Can anyone tell me how to modify static's font.
thanks
thanks
Sounds like a job for RichEdit! *heroic music plays*
No seriously, I think you need to use a RichEdit function.
Check Iczelion's tutorials. I think you can find info there.
No seriously, I think you need to use a RichEdit function.
Check Iczelion's tutorials. I think you can find info there.
Do you want many fonts in your static control, or just one? In the first case, switch to another control or do custom painting. In the second case, the WM_SETFONT message should work.
thanks