Browsing Visual Basic 6
Instance Checker
This simple few lines of code will give the user and error message if they are already running your program.
Advanced Like
Compare using wildcards like * and ?, ranges like "at[0-99].
Desktop on form
Put your desktop on a form and be able to click programs to open them right from it.
Task Manager Options
This has 5 options don't seem like alot but it could help someone new maybe? This can disable Task Manager / Enable it | Hide / Show it and last of all can close it.
Retrieve System Info
Retrieves System Information in a single line of codeOriginal Author: Bharat NagarajanAssumptionsTo retrieve system info we use all kinda code but there is a function in VB 6.
Resolution to the "ORA-01843 Not a valid month" Error
Finally a valid resolution to this strange Oracle error.
ActiveX Dll Register/UnRegister
This code shows how to register and unregister ActiveX dlls programatically, without relying on regsvr32 for the task.