Running Without a form GUI
-
Hi I want to write a program that use notifyicon but i don't want to use a form container . i create a console aplication and use a notifyicon ! everything was well but my icon does not responce events ? my goal is to prevent showing a form and reduce memory usage . how can reach this ? Thanks Amir Jalaly
-
Hi I want to write a program that use notifyicon but i don't want to use a form container . i create a console aplication and use a notifyicon ! everything was well but my icon does not responce events ? my goal is to prevent showing a form and reduce memory usage . how can reach this ? Thanks Amir Jalaly
Here are a couple of examples http://www.codeproject.com/cs/miscctrl/notifyiconex.asp[^] http://www.codeproject.com/csharp/systemtraynotifyicon.asp[^] Gary Rich Cook: "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."