D
Deadly_M
I have a basic VB.NET "windows application"
it does not need a form and is purely event driven.
At the moment when its is ran it performs the Sub Main startup then simply
EXITs because all the other code is event driven so there is nothing else to
run
what is the best way to keep my program running?
The program needs to use as little memory and CPU time as possible when its
sitting in the background(Thats why it has no form)
Thanx for any advice
_____________________________________
Matthew Purves , (Deadly_M)
www.DeadlyM.com
it does not need a form and is purely event driven.
At the moment when its is ran it performs the Sub Main startup then simply
EXITs because all the other code is event driven so there is nothing else to
run
what is the best way to keep my program running?
The program needs to use as little memory and CPU time as possible when its
sitting in the background(Thats why it has no form)
Thanx for any advice
_____________________________________
Matthew Purves , (Deadly_M)
www.DeadlyM.com