D
Darren Franklin
Hi,
I have a small application that uses multiple forms. When the second form
is shown it shows parts of the first form as well and disables the second
one.
I am using the folloiwing in a button handler to show it.
Form2 new_form;
new_form = new Form2();
new_form.Parent = this;
new_form.ShowDialog();
I noticed that something similar has been asked in the past, but where can
the archive of this newsgroup be found, so I can search for it?
I am stumped, as it "seemed" to work ok last night, but stopped working
today?
Thanks
Darren
I have a small application that uses multiple forms. When the second form
is shown it shows parts of the first form as well and disables the second
one.
I am using the folloiwing in a button handler to show it.
Form2 new_form;
new_form = new Form2();
new_form.Parent = this;
new_form.ShowDialog();
I noticed that something similar has been asked in the past, but where can
the archive of this newsgroup be found, so I can search for it?
I am stumped, as it "seemed" to work ok last night, but stopped working
today?
Thanks
Darren