|
-
Jun 19th, 2000, 01:30 AM
#1
Thread Starter
New Member
Can anyone please help telling me if there is a way to connect to "Math Lab" or "Math Soft" thru VB, if so how can I do it?
-
Jun 19th, 2000, 05:00 AM
#2
Please describe what you mean by "connect to".
-
Jun 19th, 2000, 08:21 AM
#3
Lively Member
Timbudtwo
I have no life, only one with computers.
VB 6.0 Enterprise Edition
[hr]
-
Jun 21st, 2000, 03:50 AM
#4
Thread Starter
New Member
1. I mean by connecting to MathLab is just like connecting to MSExcel or any other Miscrosoft Products.
2. MathLab is a software where you can do lot of algorithms.
-
Jun 21st, 2000, 04:01 AM
#5
Well, you can certainly run the application with code like
Dim RetValRetVal = Shell("C:\WINDOWS\CALC.EXE", 1) ' Run Calculator.
but if you want to change or detect its windows, or interface with it via code in some fashion, that's a much more complicated process.
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
|