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 » Misunderstaning?? Collapse All
Subject Author Date
Alex Aug 12, 2002 - 12:45 PM

Hi! Nice job, guys!
I try 2.15, and get a trouble - can’t make AboutBox’s buttons pop-up like in your ProfUIS_Controls-nd.exe sample. Furthermore, your MDIDOCVIEW-n.exe sample’s AboutBox does the same stuff like of mine :( So, I can’t catch the idea where am i doing a mistake? I have instantiated several CExtButton components and copied your OnInitDialog code.

Thanks for reading

Sergiy Lavrynenko Aug 16, 2002 - 11:21 AM

Hi Alex,

Please try again to solve your task step by step by doing the following:
1) You already have the dialog resource and its associated C++ class in your project
2) Use the class wizard to add the CButton member to the already existing CDialog based class
3) Replace the "CButton" word with the "CExtButton" one
4) That’s all!

In case of any problems, just drop me a mail with your project. I will help you.