M
Mustafa Rabie
hi all,
i want to have my application main window hide, and keeps running, and when
the user runs it again the windows open up again. ie i start my application
the user enters some settings, and clicks ok, the application UI closes but
keeps running, then when he clicks on the shortcut again to run it the
window UI show up.
I tried the following, when he clicks "ok" this.Hide(), and added
this.Show() in Form1_Load method. But when the app starts again and
this.Show() is called only the title and the menu shows but not the form
itself and it's controls.
is there a better way to do it or what am i missing here?
thanks
mustafa
i want to have my application main window hide, and keeps running, and when
the user runs it again the windows open up again. ie i start my application
the user enters some settings, and clicks ok, the application UI closes but
keeps running, then when he clicks on the shortcut again to run it the
window UI show up.
I tried the following, when he clicks "ok" this.Hide(), and added
this.Show() in Form1_Load method. But when the app starts again and
this.Show() is called only the title and the menu shows but not the form
itself and it's controls.
is there a better way to do it or what am i missing here?
thanks
mustafa