Having dialog with Customcontrol, Dialog never popsup from Menubar
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I created the MFC SDI based application and created one dialog to load two bitmap images and one custom control derived from MFC class "COleControl" and wrote the flipping implementation in dialog source file and called the flipping action to be displayed in the custom control.But i faced one problem while attaching the custom control in the dialog and building the application,the dialog never popsup from popup menu but removing the custom control from the dialog and rebuilding the application, the dialog popsup from menubar.Since i need modal dialog. Can any one help me?? Quite urgent please help me out...