sendmessage help
sendmessage help
(OP)
hi
where i can find all of flags related in "sendmessage" api
how i can select a chunk of text in a textbox with api
tanks
where i can find all of flags related in "sendmessage" api
how i can select a chunk of text in a textbox with api
tanks
RE: sendmessage help
The SendMessage API doesn't have any flags. It just takes as a parameter the message you want to send, two parameters who's use depend on the message and the window you want to send it to.
That would be done with the WM_SETTEXT message in which the LPARAM argument should specify your chunk of text and the WPARAM argument should be zero.
Greetings,
Rick