Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top