|
-
Jun 25th, 2004, 10:59 AM
#1
Thread Starter
Frenzied Member
System.ObjectDisposedException
I have a tab system setup on one of my forms. Within one of the tabs I have another tab system setup (multitabbing.. hehe)... My problem arises when I mess around with the second tab system, move away from it, and try to go back...
I get the following error when it tries to load the form again...
An unhandled exception of type 'System.ObjectDisposedException' occurred in system.windows.forms.dll
Additional information: Cannot access a disposed object named "frmGenInfo".
Now... The forms are held globably in a module so that they will retain their values when I switch from form to form (I know there are less memory intensive ways to do this, but I'm not worried about that right now)... I just need to be able to move back and forth within my tab system without this crap popping up...
Have any of you seen this before, or might you know how to avoid this?
Thanks,
Squirrelly1
Now happily married and still crankin' away at the keyboard.  Life is grand for a coder, no?
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
|