Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Dialog Box Applications Collapse All
Subject Author Date
Izack Lesher Oct 14, 2006 - 12:13 AM

I have a developed dialog box mfc application(not a sdi/mdi one). I want to add the product. Is it supported with all the features?

Thanks in advance

I. Lesher

Technical Support Oct 16, 2006 - 11:41 AM

Dialog-based applications are fully supported in Prof-UIS. You can take a look at some of Prof-UIS dialog-based samples, for example ProfUIS_Controls and PropertyGrid.

Izack Lesher Oct 16, 2006 - 1:51 PM

Thanks

I could follow the explanation in the Help how to add a menu but adding a toolbar is coverd only in the mdi/sdi section. Can you refer to that please?

Regards

I. lesher

Suhai Gyorgy Oct 17, 2006 - 1:34 AM

In Prof-UIS CExtMenuControlBar class is derived from CExtToolControlBar, so actually they can be added the very same way. The only difference is that with menu bar you have to call LoadMenuBar but with tool bar you have to call LoadToolBar instead. You can see how it’s done in the ProfUIS_Controls sample.