Displays the control's about box.
rv = Send_Message(Ctrl, "OLE.AboutBox")
Shows the control's about box, which contains Copyrights for SRP Computer Solutions, Inc. and information as to whom the control is registered.
// Show the about box rv = Send_Message(@Window:".OLE_CONTROL", "OLE.AboutBox") |