Sends a command to the currently active window of RC-WinTrans.

Syntax:

SendCommand(CommandID As Long) As Boolean
Return: Boolean
Parameters: CommandID ID of the RC-WinTrans command to be sent.
Example:
Dim RetVal As Boolean

' open translation project properties dialog
RetVal = Application.SendCommand(33401)


See also:

Class Application


Last Updated: 04/26/05