|
JHB Web Page: Vb Tips & Tricks
If you want to create a program that runs in the background without being noticed then:
|
Create a new project. Remove form1.frm Add a module file. Create a procedure "Sub Main" Put in your codes. Set your project to start in the "sub main" procedure |