Results 1 to 4 of 4

Thread: show method not working [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    show method not working [RESOLVED]

    I can show form2 from form1 with this:
    Code:
     
    form2.show()
    and I can get it to close using the close method.

    the problem, however, is that when I go for a second showing of it, I get this message:
    Cannot access a disposed object named "Form2".

    I dim an instance of it in the declaration section of form1(that's where I'm showing and closing it)

    what causes this and what do I do to be able to show it multiple times?
    Last edited by Andy; Dec 29th, 2003 at 03:14 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width