|
-
Apr 17th, 2008, 04:21 AM
#1
Thread Starter
New Member
Releasing control of application object
Having created an application object in code. How can I get the application to remain open after the vb code has completed ie. release the control of the application from vb to the application itself?
-
Apr 17th, 2008, 07:37 AM
#2
Re: Releasing control of application object
Welcome to the forums. 
Your question is confusing.
1. You have an application
2. You need to keep it open after the vb code has completed and released control of itself to itself.
-
Apr 21st, 2008, 07:31 AM
#3
Re: Releasing control of application object
He's created an application object in code.
My guess is you are creating an instance of Notepad or Excel or another program, showing it on screen then wanting to exit your vb program after this has displayed on screen?
In which case You're probably calling some code which destroys the application object (i.e. Notepad/Excel etc.), prior to closing your vb app. Can you post your code please?
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
|