I want to make form default as invisible. when user double click on tray icon then it should be visible showing data from database. How do i do such thing in C#. I made system tray icon but when i run a project it also shows my form with blank values. Thanks in advance.
My tray icon is on same form.