Results 1 to 3 of 3

Thread: Change the font of a rich text control of known handle ?

  1. #1

    Thread Starter
    Hyperactive Member Gtarawneh's Avatar
    Join Date
    Mar 2002
    Location
    Unknown
    Posts
    382

    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 ???

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758
    Like most controls send it a WM_SETFONT message.

    SendMessage hwnd, WM_SETFONT, hFont, 1

  3. #3

    Thread Starter
    Hyperactive Member Gtarawneh's Avatar
    Join Date
    Mar 2002
    Location
    Unknown
    Posts
    382
    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
  •  



Click Here to Expand Forum to Full Width