Pelles C forum

C language => Pocket PC and Smartphone questions => Topic started by: tesla on August 29, 2007, 10:57:18 PM

Title: change font, misc newbie questions
Post by: tesla 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!
Title: Re: change font (newbie)
Post by: joerg on August 30, 2007, 09:37:09 PM
no, it doesn't.

look here : http://www.smorgasbordet.com/forum/index.php?topic=2173.0 (http://www.smorgasbordet.com/forum/index.php?topic=2173.0)
Title: Re: change font, misc newbie questions
Post by: tesla 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!