Joke Collection Website - Talk about mood - Easy language uses the handle to simulate clicking, such as: qq automatically sends messages, and how to click the send button to let him send messages after getting the handle.

Easy language uses the handle to simulate clicking, such as: qq automatically sends messages, and how to click the send button to let him send messages after getting the handle.

Yi language can't, but just send a message with delphi, as follows:

PostMessage (button handle,

BM_CLICK,

0,

0);

//

Send click event