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 ???
Printable View
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 ???
Like most controls send it a WM_SETFONT message.
SendMessage hwnd, WM_SETFONT, hFont, 1
Thanks brucevde, I really appriciate your help. I'll install VB now and check it out.
Thanks!