Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - modal DialogBox
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

modal DialogBox

 Post Reply Post Reply
Author
Message
baerten View Drop Down
Newbie
Newbie
Avatar

Joined: 28 September 2006
Location: Germany
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote baerten Quote  Post ReplyReply Direct Link To This Post Topic: modal DialogBox
    Posted: 09 October 2006 at 8:30am
In my project, i use the RibbonBar and a MDI Structure
A click on the ribbonbar opens a (child)window in the working area.
There a button opens the DialogBox

I create a simple DialogBox with the "Designer"
Then i create the variables to the components and call the DialogBox like this:

MyDialog* dialog = new MyDialog(NULL);
dialog->DoModal();
delete dialog;

The window opens, but nothing is accessible, even i can't slide the window.
If i switch to another window for example IE, the DialogBox is still there in Top-Position
The Dialog is like frozen

Anyone an idea?
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.