Add-Ins
hot
VB6
How to enable Mouse Wheel Scrolling in VB6
This article will guide you through on how to enable Mouse Wheel Scrolling in VB6 . 1. You need to download the Microsoft's VB6 Mouse...
All we need to know are the basic.
Add-Ins
hot
VB6
How to enable Mouse Wheel Scrolling in VB6
This article will guide you through on how to enable Mouse Wheel Scrolling in VB6 . 1. You need to download the Microsoft's VB6 Mouse...
advance vb6
visual basic
Make an application on top of another window in VB6
Maintaining an application on top of other applications, regardless if they were present on the screen or are called later is. VB6: Mainta...
access database
ado
jet database
visual basic
Compact a JET database using ADO in VB6
The following routines demonstrates how to compact a JET database using ADO: Option Explicit 'Purpose : Compact a JET (Access)...
shell
shell execute
system apps vb6
visual basic
Open an External File, URL, Email and System Apps in VB6
The ShellExecute function allows you to open external application, specific URL location, email address or launch system applications upon...
auto adjust column
listview control
visual basic
Auto-adjust Column Width of a Listview Control in VB6
The following function auto adjusts column width of listview controls in vb6. Just copy and paste the code below on your project and call t...
keyascii chart
keyascii code
vb6 keyascii
VB KeyAscii Code and Values
Visual Basic KeyAscii Values can range from 0 to 255. Here is a chart which shows all possible KeyAscii values along with the character w...