Multiple property sheet with a global toolbar
-
I want to do the following with my user interface in my application: 1. Split my application into 2 parts. (I use CSplitterWnd::CreateStatic) 2. The Upperpart is a "global" tool bar which is always accessable. 3. The Lowerpart is a property sheet. (I use CPropertyShee::DoModal) 4.When click into one of the icon of the toolbar, it will switch to another property page (of course, the old sheet should not be destroyed). It is possible for PocketPC 2002? I try thousand of solutions, however, they fail. The main problem is: Is it impossible for PPC 2002 or am I doing wrong idea? (i.e. as beginners' always ask for) I only can see similar user interface on BlueTooth Manager in iPAQ 5450 or the Backlight Setting on Pocket PC 2002. Please suggest ideas on how to setup for such user interface. Or how to do the similar task in another way?