|
-
Jun 7th, 2006, 08:25 AM
#1
Thread Starter
Hyperactive Member
[1.0/1.1] Linking to a totally separate form from another form.
The way how I traverse through different forms are:
(There are 2 forms, form1 and form2)
This is form1:
form2 f = new form2();
f.Show();
....
And from inside form1 you could link to form2. That is cool. But if form1 disposes form2 also will dispose since it's a childform to the former.
Is there any way I could Open form2 such that if form1 is closed, form2 will still be running?
Jennifer
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|