How can I send a message (something like CLICKED_BUTTON of controls)to message queue. I'd like to call the callbackfunction of the control,but I don't want to just call the function directly.I want to send message to message queue,and RunUserInterface function will deal with it then.
Thanks.