Hello Guest it is March 28, 2024, 06:48:16 AM

Author Topic: Using the COM API in VB .NET  (Read 12017 times)

0 Members and 1 Guest are viewing this topic.

Offline Chaoticone

*
  • *
  •  5,624 5,624
  • Precision Chaos
    • View Profile
;D If you could see the things I have in my head, you would be laughing too. ;D

My guard dog is not what you need to worry about!

Offline ART

*
  • *
  •  1,702 1,702
  • Tough as soggy paper.
    • View Profile
Re: Using the COM API in VB .NET
« Reply #11 on: February 09, 2010, 12:58:55 PM »
Check the MAch3 developers documentation , theres a few documents around that describe the various button codes.. the Wiki as well documents them

Art

Offline TonyG

*
  •  12 12
    • View Profile
Re: Using the COM API in VB .NET
« Reply #12 on: February 09, 2010, 05:36:20 PM »
I looked at the XLS file that Brett pointed to.  If I understand it correctly, the old number for the Reset button is 1021 and the new number is 44600.  I'm not sure if I should be using old or new.  I tried 1021 and it didn't work, and 44600 is too large for the function call (DoButton function takes a short which in VB is -32k to +32k). 

Where can I find the developer's document that Art mentioned?

Offline TonyG

*
  •  12 12
    • View Profile
Re: Using the COM API in VB .NET
« Reply #13 on: March 04, 2010, 02:13:54 PM »
I still need some help figuring out how to activate the buttons through the ActiveX Server.