Partial Answer. Q: How to show an Icon for a running Windows Forms application? A: Use the NotifyIcon control. You can find it in the Toolbox. Steps: Create a Windows forms application. Add a "notifyIcon" control (.Net component). Assign an icon to your notifyIcon control. Make sure the notifyIcon.visible property is true. HTH, Marcelo