how to run a form in the background.i need to run a form where it appears until the application exit.
on top of that form(Main), another form(Main1) runs.
how can i implement this using C#?
[Main runs in the background(unti l the application exits) and the Main1 runs on top of Main]
can't i do it with out making the form property isMdiContainer to true?
please help me!!!
on top of that form(Main), another form(Main1) runs.
how can i implement this using C#?
[Main runs in the background(unti l the application exits) and the Main1 runs on top of Main]
can't i do it with out making the form property isMdiContainer to true?
please help me!!!
Comment