Hi experts,
I'm working on a app. in Visual C++ and I'm having a problem with modeless dialogboxes. When I press a button on the toolbar I want a modeless dialogbox to appear. In the handler for t...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10019397.htm...
Zones:
Windows MFCDate Answered: 08/06/1997 Grade: A Views: 0
I've got modeless dialog boxes which contain caption bars. This, of course, allows the user to move them about the screen. My problem is this: I have an "animation" which is running in the backg...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10029758.html
I have a normal MDI application. This application also displays a modeless dialog which I want to go into the background when the main window gets the focus. Right now, the main window gets focus...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10089361.htm...
Zones:
Windows MFCDate Answered: 10/17/1998 Grade: A Views: 0
I have a modeless dialog. I'm trying to do some
processing when it looses focus, but the handler
(OnKillFocus) is not executing.
Why?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10092287.htm...
Zones:
Windows MFCDate Answered: 11/29/1998 Grade: C Views: 4
In my application, selection of specific menu items causes the app to display two dialog boxes -- one for user selection of commands and one to display data. In certain instances the user may wish...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10185540.htm...
Zones:
Windows MFCDate Answered: 07/21/1999 Grade: A Views: 0
If I put "delete this" in the PostNcDestroy function, do I still need to do other stuff in the OnOK and OnCancel functions for a modeless dialog, or does the "delete this" in the PostNcDestroy func...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10226867.htm...
Zones:
Windows MFCDate Answered: 01/11/2000 Grade: C Views: 0
Hi ,
In a little test project, I've created 2 PropertySheets: one modal and one modeless.
By default, in my modal one, MFC put 4 buttons: Ok, Cancel, Apply and Help and none in my modeless one....
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10246736.html
Zones:
C++Date Answered: 12/15/1999 Grade: A Views: 0
Sup all,
I have a dialog app, which has a button. Click the button and it brings up a modeless dialog box. Hit it again and it brings up another one.. I want it so when you click the box, o...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_11568998.htm...
Zones:
Windows MFCDate Answered: 10/25/2000 Grade: A Views: 0
Hi,
Can someone show me a little sample code on how to create and show a modeless dialog?
Thanks,
BG
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20150175.htm...
Zones:
Windows MFCDate Answered: 07/12/2001 Grade: A Views: 0
what is the difference between modeless and modal dialog boxes. Please don't say modal runs in exclusive mode or thread is owned by dialog in modal where as thread is owned by application for model...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20187452.html
Zones:
C++Date Answered: 03/18/2002 Grade: A Views: 0