|
-
December 29th, 1999, 03:31 AM
#1
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?
-
December 29th, 1999, 03:39 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|