Porting a GUI from a pc to a wince device - issue is with the size of the screen

Posted by ame on Stack Overflow See other posts from Stack Overflow or by ame
Published on 2010-04-13T07:44:32Z Indexed on 2010/04/28 13:23 UTC
Read the original article Hit count: 233

I have to port a GUI that is currently running on a pc, to a wince device. I have already compiled the code on a win CE platform, the problem is now with the size of the screen of the device which is smaller than some of the dialog boxes of the GUI. I could resize some them in resource view of visual studio 2005. I am unable to proceed further as a lot of screens have bitmaps mapped to them and i cannot just resize the dialog boxes without changing the corresponding bitmaps. What is the best way to proceed- my last resort would be to disable the bitmaps and redraw them at a later stage. is there some method of automatically mapping the size of the screen to all the dialog boxes so that they would automatically resize (alongwith the assocaiated buttons etc)

© Stack Overflow or respective owner

Related posts about gui

Related posts about resource