Unable to view dialog box in win ce

Posted by ame on Stack Overflow See other posts from Stack Overflow or by ame
Published on 2010-04-16T05:31:24Z Indexed on 2010/04/16 5:33 UTC
Read the original article Hit count: 345

Filed under:
|
|
|
|

I have a win32 application (over 100 source files large) which i need to port to Win CE. I disabled the unsupported functions (such as non client area functions) and compiled the code on a Win CE platform. Now when i run it on my hardware device, I was able to resize the first couple of dialog screens to show up satisfactorily on the LCD. However there is a dialog box that has 2 option buttons and opens a new dialog box based on the choice. I am unable to view the new dialog box. Also, the close (X) button of the parent dialog box is not there and instead shows a question mark (?). I tried resizing the dialog box in the win32 code's resource compiler and it still showed up fine thus telling me that the problem did not lie with the bitmaps. I think there might be some issue with hiding the first dialog box or opening 2 at the same time. please help me.

I did not code the win32 version myself and hence i am unable to locate the problem.

© Stack Overflow or respective owner

Related posts about visual

Related posts about studio