third_party_content:community:commentary:revdevx:16480.3128240741

The System Monitor - Part II

Published 12 FEB 2013 at 07:30:28AM

Updated on 07 FEB 2013 at 07:30:28AM

In a previous post we looked at some the enhancements to the version 10 System Monitor to make it a more user-friendly tool.  However, one of the features we didn't mention was the addition of a Basic+ property API so you can interact with it from your own programs and tools if you wish.  This API is exposed via the new SYSTEMMONITOR object, which supports the following properties:

  • HANDLE
  • RESULTS
  • SIZE
  • TEXT
  • VISIBLE

And the following method:

  • RUN

This property returns the window handle (HWND) of the System Monitor window.

This property returns the contents of the results edit box in the System Monitor.

This property gets and sets the size and position of the System Monitor window.  It has the same format as the normal OpenInsight WINDOW SIZE property.

This property gets and sets the caption text of the System Monitor window.

This property gets and sets the visibility of the System Monitor window.  It has the same format as the normal OpenInsight WINDOW VISIBLE property

This method executes a system monitor command.

(Disclaimer: This article is based on preliminary information and may be subject to change in the final release version of OpenInsight 10).

Comments

Original ID: revdevx.wordpress.com/?p=692
  • third_party_content/community/commentary/revdevx/16480.3128240741.txt
  • Last modified: 2024/01/29 20:23
  • by 127.0.0.1