Hi
I am in process of developing a C# application to do some printing operations.For this i am using macros that was used previuosly in the VB version.
Basically, this app will look for the docs to be printed in every 10 seconds.The logic is being implemented in a Timer_Tick event. In this event i am changing the app icon to show the status(Red or Green). This app will be running continously. I am destroying the icon to avoid...