SQL Server Login

Crystal Reports 8.5 with CRViewer Prompts for a Password when Generating a Report in...

When using Crystal Reports 8.5 with CRViewer in VB6, and it prompts for a password when generating a report, it's usually due to a...
Data source name not found and no default driver specified

[SOLVED] Connecting to MySQL causes error “Data source name not found and no default...

When trying to connect to MySQL using VB6, the error “Data source name not found and no default driver specified” occured. After searching the internet...

Run-Time Error On Windows 7 with VB6 Application

The "Run-Time Error '339' Component <filename.ocx> or one of its dependencies not correctly registered: a file is missing or invalid" error occur when we're...

How to Generate Random Letters in Excel?

There's a lot of ways for us to be able to generate random letters in Excel, one solution is to use a macro. To...

[VB6]How to Check if a String is an Item in Combo Box

Here's a Visual Basic code that will check if the string is an Item in Combo Box. Feel free to use it. Dim inCombo as...

YOU MUST READ THIS