|
-
Dec 30th, 2002, 04:03 PM
#1
Thread Starter
Hyperactive Member
Change the font of a rich text control of known handle ?
Guys!
Seems nobody knew the answer to my previous question, here is the question is a simpler mode:
How can I change the font of a rich text control in an another application if I had its handle ?
Anobody please ???
-
Dec 30th, 2002, 04:26 PM
#2
Like most controls send it a WM_SETFONT message.
SendMessage hwnd, WM_SETFONT, hFont, 1
-
Dec 31st, 2002, 03:40 AM
#3
Thread Starter
Hyperactive Member
Thanks brucevde, I really appriciate your help. I'll install VB now and check it out.
Thanks!
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
|