Thread Hook- On for Some Forms but not All Forms?
I modified The Trick's module to do multi-line tooltips. It involves setting and releasing a hook. I have historically been a VBA programmer so I am relatively new to hooks. Upon examination of the...
View ArticleTCP TraceRoute
I need to expand my code to be able to do a TCP trace route in code (Using syn packets with increasing TTL) in the same way that the linux command line utility does. Does anyone here have any...
View ArticleRun-time Error
Hi! I Can't get this code to work. When i run it i get a RUn-time error '-2147467259 (80004005)': Method 'Document' of object 'IWebBrowser2' failed. I seems to be something wrong with the row "Set doc...
View Articlehttp://planet-source-code.com/ is down?
Peraphs i'm OT, but http://planet-source-code.com/ is down?
View ArticlePictureBox flickering while Resizing the Form
Hi there, I have some trouble resizing the Form and the controls inside the PictureBox, it flickers while resizing the Form. I have tried already LockWindowUpdate, WM_SETREDRAW, AutoRedraw and can't...
View ArticleHow Can I specify folder location for my ConfigurationManager...
My desktop application communicates with a external shortwave radio and can read and store specific station names and frequencies for future recall. I have been using Configuration manager to store...
View ArticleHow to disable auto-save feature in VS Pro 2019?
Hi When I want to test some codes, after running the codes, VS Pro saves it, but I want to save only when I press the save button. Is there any way to disable auto-save feature?
View ArticleDwmGetColorizationColor - Close, but no cigar
I'm trying to find the active title bar colors under the last supported version of Windows. I want to ape them in controls, e.g. Label. I am making several assumptions, any of which may be wrong....
View ArticleCan't get message to display on contact form after submitting?
I have a simple contact form with a PHP email script. I also have a <div> tag that will contain a result message: successful or failure, once the message has been submitted. My problem is that I...
View ArticleVS 2019 Console from Winform App not writing lines
I have some apps that, based on command lines when launched, will either display a form, or launch some commands via a console window. I just upgraded from VS2013 to 2019, and the console.writeline...
View Article[RESOLVED] Why is my clock not ticking ?
This subroutine has been giving me trouble for two days now. Code: Imports CoreAudio Private Sub TimerTick() Handles Timer1.Tick My.Computer.Audio.Play(My.Resources.Tikk,...
View ArticleHow do I make VB6 NOT automatically register ActiveX DLL that it compiles?
When I compile an ActiveX DLL file, instead of simply leaving it unregistered, and giving me the chance to do with it what I want (of which I have 2 choices, run regsvr32 to register it, or run 3rd...
View ArticleTurkish character problem
Hi, Sorry if my post is repetitive. I have Windows 10. I just installed Office 19 and suddenly I lost the ability to write Turkish characters in VB6. For example, when I write a word with Turkish...
View ArticleAttachment "Done" button hidden by AdChoices
Hey The button to complete attaching a file is obscured by the AdChoices spam button. Attached Images
View ArticleDateTimePicker
Hi, I developed a program eleven years ago for filing emails from Outlook. I have been updating it since then and the latest version is written using Visual Studio 2019 running on Windows 10 My clients...
View Article[RESOLVED] trigger when taskbar changes position while maximize
background: - a form that is maximized to not cover the taskbar, it will resize using: Code: hwnd = FindWindow("Shell_TrayWnd", "") GetWindowRect hwnd, rect to know where the taskbar is located and to...
View ArticleAlpha blending on printing
Hi, As part of a larger application, I need to draw semi-transparent rectangles over images. This was achieved using among others CreatePen, CreateSolidBrush and GdiAlphaBlend. Now this works fine when...
View ArticleI just had to laugh out loud...
I just had to laugh out loud when I saw this quote from Trump about Kamala Harris Quote: "I think that's probably one of the reasons she was a terrible candidate and was forced to leave the race ...
View ArticleVS 2019 How to change color of Excel chart point?
I'm having trouble changing the color of a point in an Excel line chart. The code snippet below loops through a range of dates checking each one to see if it is either the minimum or maximum date. If...
View Articlenewbie creating report questions
hello all, can you help please. :confused: i am trying to create a database using VB2019, I am using vb.net as this is my weapon of choice,(old access user), and i need some help when it comes to...
View Article