Hide Form on Startup
- From: "Raj Wall" <metanalogy@xxxxxxxxxxxxx>
- Date: Fri, 14 Jul 2006 19:24:29 -0500
Hi,
I have an application which, when running, is to be seen only in the system
tray as a right-clickable icon.
However I want the main Form window itself to immediately disappear without
having to be minimized.
I have tried putting
this.Hide();
in the Load method, but that doesn't work (the form still comes up and needs
to be minimized).
I've also tried it (the Hide() code) before and after the
InitializeComponent() call, but that didn't help either.
What is the correct technique to make an application disappear without
having to be automatically minimized?
Thank-you for your help!
Regards,
Raj
.
- Follow-Ups:
- Re: Hide Form on Startup
- From: Barry Kelly
- Re: Hide Form on Startup
- Prev by Date: Re: c# widows services...
- Next by Date: Re: Convert HTML to Image
- Previous by thread: Sorting gridview withe role and membership data
- Next by thread: Re: Hide Form on Startup
- Index(es):