Alex Koby

Alex Koby

  • NA
  • 6
  • 0

ObjectDisposedException

Jan 7 2009 12:13 PM
Hi,
I created a pop-up window that is opened through menu. When I click the menuitem, I use this code to make the form visible:
[code]
popupform.Show();
[/code]
After I close the popup form and then try to open it again it says
[quote]
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Form'
[/quote]


Answers (3)