Take Command / TCC Help v. 13.03
POSTMSGNot in LE
Hide Navigation Pane
POSTMSGNot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
POSTMSGNot in LE
Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

Purpose:Post a message to a window

 

Format:POSTMSG "title" msg wparam lparam

 

titleThe window title
msgThe message to send
wParamwParam integer
lParamlParam integer value

 

Usage:

 

POSTMSG allows you to send a Windows message to any window with a caption.

 

The title may contain wildcards, and POSTMSG will send the message to the first window with a matching title.

 

See the Windows SDK documentation for a list of possible messages and their parameters.

Comments (...)