Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Introduced in OpenInsight version 8.0.5.

Example

 
Code Block
* This example will stop the BACKSPACE key from being processed by the OpenInsight
* Presentation Server but all other keys will be processed by OpenInsight.
 
equ VK_BACK$ to 8
oleControl = @window : ".OLECONTROL_1"
prevKeyVal = Send_Message( oleControl, "SUPPRESSKEYTRANSLATE", VK_BACK$, TRUE$)