All articles with keyword "VB API Programming"
Accessing Client Machine Information
This question was raised by several readers: how can I get information about a user's login ID or machine name? The answer is that ASP, by itself, can't get it...
Click for more...
Accessing Special Folders
If you've ever needed to retrieve information about your system, you're faced with a myriad of confusing API calls. If you rely on the VB API Viewer to fin...
Changing Form Title Bar Color
A user asked if there was a way to programmatically change the color of the form's title bar. The short answer to this is no. The color of the title bar is cont...
Getting a Form's Handle
Many API calls require the use of a window handle, or hWnd for short. If you need to pass a handle to the current form, use the hWnd property of the form. That ...