You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Displays the control's about box.

Syntax

rv = Send_Message(Ctrl, "OLE.AboutBox")

Remarks

Shows the control's about box, which contains Copyrights for SRP Computer Solutions, Inc. and information as to whom the control is registered.

Example

// Show the about box 
rv = Send_Message(@Window:".OLE_CONTROL", "OLE.AboutBox"
  • No labels