Results 1 to 3 of 3

Thread: commondialogboxes

  1. #1
    Guest

    Post

    i am having problem unloading forms in a menu

  2. #2
    Fanatic Member
    Join Date
    Oct 1999
    Location
    MA, USA
    Posts
    523

    Post

    Could you be more specific?

    ------------------
    Visual Basic Programmer
    ------------------
    PolComSoft
    You will hear a lot about it.


  3. #3
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Post

    Code:
    Private Sub mnuUnloadFromForm1_Click()
        
        Unload Form2
        Set Form2 = Nothing
        
    End Sub

    ------------------
    Marty

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