Method DSend.Message
Overload
Sends a message to the dialog.
public int Message(DNative.TDM message, nint wParam = 0, nint lParam = 0)
Parameters
Returns
Remarks
Call this method while the dialog is open, eg in an event handler.
Example (in an event handler): e.d.Send.Message(DNative.TDM.CLICK_VERIFICATION, 1);
Also there are several other functions to send some messages: change text, close dialog, enable/disable buttons, update progress.
Reference: task dialog messages.
NAVIGATE_PAGE currently not supported.