what is the command to kill application in task manager

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • muddasirmunir
    Contributor
    • Jan 2007
    • 284

    what is the command to kill application in task manager

    i am using vb6, the problem is that i made a accounting project
    with datareports,con nection, and many recorset. now what happening
    that when i close my project it still shows in task manager that
    my project is runnig and it is start happeing few days later
    and before that it never happen.
    i donot know why my application is not completely closed.

    so, can any body tell me what is the problem or the command
    to kill or stop myporject.exe in task manager
    thanks
  • lotus18
    Contributor
    • Nov 2007
    • 865

    #2
    Originally posted by muddasirmunir
    i am using vb6, the problem is that i made a accounting project
    with datareports,con nection, and many recorset. now what happening
    that when i close my project it still shows in task manager that
    my project is runnig and it is start happeing few days later
    and before that it never happen.
    i donot know why my application is not completely closed.

    so, can any body tell me what is the problem or the command
    to kill or stop myporject.exe in task manager
    thanks
    Try to use End for closing your application : )

    Comment

    • muddasirmunir
      Contributor
      • Jan 2007
      • 284

      #3
      thanks loutus18
      its work




      Originally posted by lotus18
      Try to use End for closing your application : )

      Comment

      • Ali Rizwan
        Banned
        Contributor
        • Aug 2007
        • 931

        #4
        Originally posted by muddasirmunir
        i am using vb6, the problem is that i made a accounting project
        with datareports,con nection, and many recorset. now what happening
        that when i close my project it still shows in task manager that
        my project is runnig and it is start happeing few days later
        and before that it never happen.
        i donot know why my application is not completely closed.

        so, can any body tell me what is the problem or the command
        to kill or stop myporject.exe in task manager
        thanks
        I think you are using unload me to close your program.
        Use end for this purpose.

        Comment

        Working...