I have a problem. I need to add winform into tray. For example I want to add clock in the tray, to do this I have to add a small winform in the system tray, which will display the time and also will have a small context menu to edit settings etc.
How can I add this form in the system tray? (I tried to search in the internet for any ideas, resolves but anyway I dont have any good idea how to implement this on C#)