|
-
Nov 5th, 2001, 10:59 PM
#1
Thread Starter
Registered User
Differentiate setting text from setting caption
I can set the caption of a window with SetWindowText, and can also do the same with SendMessage with WM_SETTEXT = &HC as the message.
Now I actually want to set the text not the caption of the window. Any help appreciated.
-
Nov 6th, 2001, 03:47 AM
#2
Conquistador
What do you mean "the text"?
-
Nov 6th, 2001, 06:11 AM
#3
Use the DrawText api to put text in a window. API Guide from allapi.net has examples. That what you meant? This creates graphic text, not editbox editable text. It will disappear at the next WM_PAINT.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|