RC-WinTrans Object Model Help |
Application.FlashInfo |
Shows the RC-WinTrans Flash Info window.
Syntax: |
FlashInfo( InfoText As String, Attention As Boolean ) |
Parameters: |
InfoText Text to be displayed. "\n" can be used as a linefeed. Attention False: Default Windows color; True: Red background color.
|
Example: | Dim App As Application Set App = Application ' default windows color as background Call App.FlashInfo("Info Text", False) ' red background Call App.FlashInfo("Warning", True) |
Remarks: | The default color of the window is the current Windows color for selected text/background. Alternatively. a red backround color can be used to indicate an alert. |
See also: