Stupid Visual Basic Question

Sharky Forums


Results 1 to 5 of 5

Thread: Stupid Visual Basic Question

  1. #1
    Reef Shark
    Join Date
    Nov 2000
    Location
    california
    Posts
    284

    Question Stupid Visual Basic Question

    How do you close the program so it doesn't show up in CTRL+ALT+DEL window? I tried UnloadMe and that obviously just closes the form and I dunno how to make it so it completly shuts down when you have multiple forms. Anyone? Thanks in advance

  2. #2
    Mako Shark dighn's Avatar
    Join Date
    Nov 2000
    Location
    Vancouver, BC Canada
    Posts
    3,171

    Post

    unload all the forms and do "End"
    eg.

    Unload Me
    End

    [This message has been edited by dighn (edited January 04, 2001).]
    .

  3. #3
    Reef Shark
    Join Date
    Nov 2000
    Location
    california
    Posts
    284

    Post

    LOL i feel stupid thanks

  4. #4
    Mako Shark dighn's Avatar
    Join Date
    Nov 2000
    Location
    Vancouver, BC Canada
    Posts
    3,171

    Post

    did you see my message before I deleted it and changed it? was it only one line?

    ------------------
    ??..??!12?@#(?{}
    .

  5. #5
    Reef Shark
    Join Date
    Nov 2000
    Location
    california
    Posts
    284

    Post

    Yeah I saw it before you deleted it I just put end on the button for menu click mnuexit on my prog and it didn't show up in ctrl+alt+del so it works thanks

Posting Permissions

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