win32 Pocket PC UI with multiple dialogs
Is it possible to develop win32 UI applicatio开发者_开发百科n for Pocket PC with multiple dialogs we need to display each dialog based on user input and hide previous dialog when current dialog is displayed on window.
Thanks in advance
Sure, that sounds a lot like standard application behavior, which is supported. The only thing not supported is MDI. Programmatically it's going to work just like on the desktop, so examples using calls to CreateWindow or CreateDialog will be applicable.
精彩评论