View Single Post
Join Date: Aug 2008
Posts: 1,735
Reputation: LizR has a spectacular aura about LizR has a spectacular aura about 
Solved Threads: 186
LizR LizR is offline Offline
Posting Virtuoso

Re: openin more forms C#

 
0
  #7
Dec 3rd, 2008
This is the bit that worries me
  1. Form2 form1=new Form2();
  2. Form2 form2=new Form2();
  3. Form2 form3=new Form2();

if your worker makes those forms then how is it sure which form its using?
Did I just hear "You gotta help us, Doc. We've tried nothin' and we're all out of ideas" ? Is this you? Dont let this be you! I will put in as much effort as you seem to.
Reply With Quote