CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    140

    Closing VB application via Task Manager

    When I am tring to close my application via the task manager the whole VB developer studio is closed why?
    If my application is stucked can i close it without that the VB application will be closed?


  2. #2
    Join Date
    Dec 1999
    Location
    Slovakia
    Posts
    26

    Re: Closing VB application via Task Manager

    Because if you run your app inside Visual Basic IDE then your application run inside VB process so when you close your app through TaskMan you actually close VB. Same thing happen vhen you are debugging ActiveX DLL inside IDE then VB take your information regarding DLL from registry and give there his own. This is why when you call this DLL outside VB is your app inside IDE activated not your compiled DLL from your disk.


    [ufo]

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

Featured