Ive written a little program in PB\DLL that sits in the background with a 10-second timer checking a file for me, and when the file changes in a particular way, it pops up a messagebox.
All is fantastic, _BUT_ ...
A Ctrl+Alt+Del into Task Manager shows that my program is using 1000kb of memory. If my program was visible and I was able to press the minimise button, then it would drop down to about a tenth of that, which is how I would like my program to start
The catch is, my program doesnt have any windows, dialogs, forms etc , it just uses Msgbox
So does anyone know how I would be able to start it in a minimised state?
It's the last thing that I need to fix!
------------------
All is fantastic, _BUT_ ...
A Ctrl+Alt+Del into Task Manager shows that my program is using 1000kb of memory. If my program was visible and I was able to press the minimise button, then it would drop down to about a tenth of that, which is how I would like my program to start
The catch is, my program doesnt have any windows, dialogs, forms etc , it just uses Msgbox
So does anyone know how I would be able to start it in a minimised state?
It's the last thing that I need to fix!
------------------
Comment