<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Pseudo-object Methods and Properties > <DialogName>.SendMessage |
Description
Send a message to a specific window and return result.
Syntax
lResult = <DialogName>.SendMessage(MessageCode, WParam, LPAram)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
MessageCode |
Number |
No |
Message code to be sent to the window |
WParam |
Number |
No |
WParam to be sent to the window |
LParam |
Number |
No |
LParam to be sent to the window |
Remarks
Restrictions
See also
Examples