I have written a windows service (in DOT NET) that goes out and polls the vital signs of a network device and save the data in a database. Now, I would like to embed a windows form into the service and pop it up when called from the system tray.
My question is:
Can I embed a windows form into a windows service and call it from the system tray?