Starting the form hidden
-
Hi. I have included the code
this.hide();
in the shown, and load event just to make sure that the form is not seen immediately after starting but resides on the task bar, till someone gets it from there but this does not work since the form is still shown on starting. What could be the problem?
Wamuti: Any man can be an island, but islands to need water around them! Edmund Burke: No one could make a greater mistake than he who did nothing because he could do only a little.
-
Hi. I have included the code
this.hide();
in the shown, and load event just to make sure that the form is not seen immediately after starting but resides on the task bar, till someone gets it from there but this does not work since the form is still shown on starting. What could be the problem?
Wamuti: Any man can be an island, but islands to need water around them! Edmund Burke: No one could make a greater mistake than he who did nothing because he could do only a little.
:doh: Okay. I solved it in a hack kind of way. I set the Windows Start property to minimized, then, i set it ShowAtTaskbar false. In the tray i reversed all this and now im happy. :)
Wamuti: Any man can be an island, but islands to need water around them! Edmund Burke: No one could make a greater mistake than he who did nothing because he could do only a little.
-
:doh: Okay. I solved it in a hack kind of way. I set the Windows Start property to minimized, then, i set it ShowAtTaskbar false. In the tray i reversed all this and now im happy. :)
Wamuti: Any man can be an island, but islands to need water around them! Edmund Burke: No one could make a greater mistake than he who did nothing because he could do only a little.
set this.Hide() in form_Shown event. it will work.