V
Veera.CH
Hi all,
How can an windows form be started in hidden mode?
My problem is I've setup a load event handler where I'm setting
this.Visible = false and calling base.OnLoad(). I noticed calling
base.OnLoad() is setting visibility to true for the frame. I tried to
peek in to Windows.Forms assembly using Reflector. There I found the
visibility is set to true (hard-coded).
Any help is appreciated.
Thanks,
Venkat
How can an windows form be started in hidden mode?
My problem is I've setup a load event handler where I'm setting
this.Visible = false and calling base.OnLoad(). I noticed calling
base.OnLoad() is setting visibility to true for the frame. I tried to
peek in to Windows.Forms assembly using Reflector. There I found the
visibility is set to true (hard-coded).
Any help is appreciated.
Thanks,
Venkat