Browsing Visual Basic 6
VB 6 SP6 updates
This is to inform you of another update available from Microsoft for Visual Basic 6.
VB6 Extra tools 22-Jun-2012
A couple of tools to make your programming life a little easier.
VB6 Mass compile
This may help some of you that have a need to perform mass compiles using Visual BASIC 6.
Screenshot Without Using Clipboard Or DIB
Seen many posts using api for printscreen keypress, but what about the info on clipboard? Seen others that copy clipboard to temp var, and set back after, but why waste resources and processing when you can do it the right way? Also seen classes using DIB, wayyy slow.
Semi transparent form 2000/XP
Your standard semi transparent form in Win 2000/XP without the flickering.
Get Row and Column positions Fast in a Textbox or Rich Textbox (clean-up)
This short article will show you how you can EASILY obtain an accurate logical text row count, plus the logical row and column number the cursor is located at in a Textbox or Rich Textbox.
Move Controls Smoothly w/ Mouse (Runtime)
This code demostrates how to move controls smoothly on a form without them redrawing slowly or chunky looking.