Sigal Laniado
December 29th, 1999, 02:31 AM
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?
ufo
December 29th, 1999, 02:39 AM
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]