MFC application dialog suddenly not poping up
-
Hi, I created MFC application (dialog based) and it is meant for loading bitmaps through the edit box(bitmap paths) and custom control for showing flipping action among bitmaps. but unfortunately my dialog which was poing up suddenly got stopped poping up while i run the application and select from menu bar that dialog.The dialog has it's own header and souce where implementation is done but unless it never pops up, i cannot test the flipping functionality. Can anyone help me immediately -quite urgent?
-
Hi, I created MFC application (dialog based) and it is meant for loading bitmaps through the edit box(bitmap paths) and custom control for showing flipping action among bitmaps. but unfortunately my dialog which was poing up suddenly got stopped poping up while i run the application and select from menu bar that dialog.The dialog has it's own header and souce where implementation is done but unless it never pops up, i cannot test the flipping functionality. Can anyone help me immediately -quite urgent?
Set breakpoints in your code and step through to see which part is causing the error.