Tools Links Login

Browsing Visual Basic 6

Prev   Next

Get number of days from month (one Line)
Get number of days from any date.
Posted:2003-06-01, 87 views

Find FULL App Path + App Extension!
This simple 10 lines of code (including 1 API call) will return the FULL application path INCLUDING the application extension.
Posted:2003-06-01, 90 views

Print Layout
This piece of code loops through the controls on a form and sends the contents to the default printer in a layout similar to the screen.
Posted:2003-06-01, 95 views

Image Resize / Aspect Ratio
If you want to load an image and resize it maintaining the original aspect ratio, this is simple, short and works.
Posted:2003-06-01, 106 views

How to make VB EXEs under 5K
This article will give you some tips and tools to squeeze those big 16/20/32K executables that VB makes when you only use one or two functions and get them to sizes as low as 1.
Posted:2003-06-01, 113 views

Get Outlook 2002 Contact Info
I wrote a program that gets contacts from Outlook, although it worked in Outlook 2000, it did not work in 2002.
Posted:2003-06-01, 108 views

a - Navigate And Wait
Navigate a web browser and wait for it to finish loading before going on to the next line of code!Original Author: Brogan Scott Houston McIntyreAssumptionsYou need to have a web browser called WebBrowser1.
Posted:2003-06-01, 109 views

Prev   Next