How to do this in Visual Basic?

Status
Not open for further replies.

wave-maniac

Full Member level 3
Joined
May 5, 2001
Messages
156
Helped
3
Reputation
6
Reaction score
0
Trophy points
1,296
Location
USA
Activity points
1,772
Hi,

I need to save an application handle to a file in visual basic and then load/read it later. Just as an example, consider the following VB lines in which the server is Matlab:

Dim Mathandle As Object
Mathandle = CreateObject("matlab.application")

I would like to save Mathandle to a file so that another vb script might load/read and use it later. I would appreciate a sample code for this purpose.

Thanks in advance
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…