NO

Author Topic: change font, misc newbie questions  (Read 3766 times)

tesla

  • Guest
change font, misc newbie questions
« on: August 29, 2007, 10:57:18 PM »
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!
« Last Edit: June 27, 2008, 02:47:47 PM by tesla »

joerg

  • Guest
Re: change font (newbie)
« Reply #1 on: August 30, 2007, 09:37:09 PM »

tesla

  • Guest
Re: change font, misc newbie questions
« Reply #2 on: June 27, 2008, 02:54:43 PM »
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!