Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Since I am unable to find any meaningful solution of my problem so it made post the question here. I am new to CMFC Ribbon Application and I have to show a dialog when some event is triggered.

- Do I need the dialog ID only?

- What is the proper way of doing this?


Any help will be appreciated.
Posted
Updated 7-Aug-15 0:46am
v3

1 solution

At first you need some message-handler in your app. Notice: The function must get called from in the app (or in the main thread else it will crash).

Than you need a dialog: the easiest way is to create some with resource editor and use the wizard to create a class to wrap all up. I hope this video explains all details.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900