change font, misc newbie questions

Started by tesla, August 29, 2007, 10:57:18 PM

Previous topic - Next topic

tesla

I have some text labels and editboxes on my little pocketpc dialog program.  How do I go about changing the font that is used?  The resource editor doesn't have any properties for that.

Thanks!


tesla

Long delayed thanks :)  I'm getting back to this and I have it drawing the text now inside MainDlgProc WM_PAINT.  But when I do that, it only draws text once, I want the text to continually update based upon the variable value.  I tried moving the draw inside main loop.  Do I need to create a refresh timer?  Seems like I have seen that mentioned.

Thanks!