Results 1 to 13 of 13

Thread: ***INSTANTLY RESOLVED***Closing program (THANKS HACK!)

Threaded View

  1. #1

    Thread Starter
    Frenzied Member mxnmx's Avatar
    Join Date
    Dec 2001
    Location
    I'm back...now!!!
    Posts
    1,396

    ***INSTANTLY RESOLVED***Closing program (THANKS HACK!)

    I have this code in the close command button that is supposed to close the program

    VB Code:
    1. Private Sub cmdCloseProgram_Click()
    2. Unload me
    3. Set frmItem=Nothing
    4. Set frmOrder=Nothing
    5. End Sub

    When I use this button to close the program, it closes well & I cant see the program running in the Task Manager- Processes Tab but when I close the program by pressing [X] button on the upper right corner of the form, it keeps running in the back ground and I can see it thru Task Manager..Any Idea, how I can rectify this?
    Last edited by mxnmx; Nov 11th, 2002 at 08:46 AM.
    Can't Remember Birthdays or Important Dates- Never Miss any Important Date(s)

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