0
How to enable Mouse Wheel Scrolling in 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...

Read more »

0
Make an application on top of another window in VB6 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...

Read more »

0
Compact a JET database using ADO in VB6 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)...

Read more »

1
Open an External File, URL, Email and System Apps in VB6 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...

Read more »

0
Auto-adjust Column Width of a Listview Control in VB6 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...

Read more »

1
VB KeyAscii Code and Values 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...

Read more »
 
 
Top