Results 1 to 5 of 5

Thread: Please Help

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    15

    Question

    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?

  2. #2

  3. #3
    Lively Member
    Join Date
    Jun 2000
    Location
    Ca
    Posts
    93

    what is math lab...ect

    what is math lab...ect
    Timbudtwo
    I have no life, only one with computers.

    VB 6.0 Enterprise Edition
    [hr]

  4. #4

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    15
    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.

  5. #5
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431
    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
  •  



Click Here to Expand Forum to Full Width