Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sendmessage help

Status
Not open for further replies.

1362000

Technical User
Jul 31, 2005
10
IR
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"

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.

how i can select a chunk of text in a textbox with api

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top