Results 1 to 5 of 5

Thread: Exiting vb application

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2004
    Posts
    34

    Exiting vb application

    hi my application on a handheld seems to be still running after closing the main form. How do i stop an application from running?

  2. #2
    Fanatic Member brown monkey's Avatar
    Join Date
    Jun 2004
    Location
    Cebu
    Posts
    552
    application.exit()

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2004
    Posts
    34

    exit

    i tried that (using at .closing) but it doesn't seem to work ?

  4. #4
    Frenzied Member trisuglow's Avatar
    Join Date
    Jan 2002
    Location
    Horsham, Sussex, UK
    Posts
    1,536
    It sounds like maybe you have loaded another form and not disposed of it or perhaps you have a loop running in a module that has not terminated.
    This world is not my home. I'm just passing through.

  5. #5
    Hyperactive Member AvisSoft's Avatar
    Join Date
    Sep 2002
    Location
    Chandigarh
    Posts
    459
    use End
    Tapan Bhanot,
    CEO, Avis Software.
    Website: www.avissoftware.com

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