COM Interface

12/28/07 - COM Automation interface Updates
The new functions 'ClickButton ', 'FindButton', and 'ClickNumber' now have improved button search capabilities making it easier to specify a path to the desired button.

10/8/06 - COM Automation interface Updates
Some new functions have been added to the COM interface to provide easier access to IRCommand2 from your own applications:

  1. New function 'ClickButton' clicks a button specified by its label name
  2. New function 'FindButton' returns button object for a button specified by its label name
  3. New function 'ClickNumber' clicks a sequence of numeric pad buttons given a string for the multi-digit number.

The COM documentation has been updated.

2/6/06 - COM Automation interface Updates
Some new functions have been added to the COM interface to better support web browser access to IRCommand2:
  1. New function 'ShortName' returns the button label text
  2. New function 'PosSize' returns the size and location of a button
  3. New function 'IconIndex' returns the ID of the icon used in a button, if any
  4. New function 'IconSize' returns the size index of an icon in a button.

11/20/03 - COM Automation interface documentation available  
This documentation describes the COM object classes and interfaces of IRCommand2 and also provides some simple examples of how to use them in Visual Basic. NOTE: you must register IRCommand2 in order to use the COM interface - it is not available in the demo mode.