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?
Printable View
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?
Please describe what you mean by "connect to".
what is math lab...ect
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.
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.