bronzefury
September 16th, 2005, 04:55 PM
Hello,
Just starting to learn Win32 API and I'm working with Button controls, so I have a few questions...
1) How do I change the font type that appears on a Button? Currently, what shows up is (I think) a system font. Looks really ... not so nice.
2) Also, wanted to see if I could get some tips or advice from you professionals out there. What button type is typically used for applications and how are they designed? Say, for example, buttons on a web browser,.. how are the button icons drawn? how to make it change when a mouse pointer is over it (is there a way to do it that is easier that handling WM_MOUSEOVER messages?).
Thanks,
Just starting to learn Win32 API and I'm working with Button controls, so I have a few questions...
1) How do I change the font type that appears on a Button? Currently, what shows up is (I think) a system font. Looks really ... not so nice.
2) Also, wanted to see if I could get some tips or advice from you professionals out there. What button type is typically used for applications and how are they designed? Say, for example, buttons on a web browser,.. how are the button icons drawn? how to make it change when a mouse pointer is over it (is there a way to do it that is easier that handling WM_MOUSEOVER messages?).
Thanks,