I'm having a problem with Tooltips operations in my CDialog derived window. My dialog is possibly resized with a "show me more" type button. When it's clicked, the window is made larger and more ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10053142.htm...
Zones:
Windows MFCDate Answered: 05/20/1998 Rating: 9.0 Views: 0
I've a dialog class derived from a CDialog with class wizard by specifying the IDD dialog resource. I've created a combo box using resource tools. When I run the application and I click on combo bo...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10089080.htm...
Zones:
Windows MFCDate Answered: 11/29/1998 Rating: 5.6 Views: 0
Hi,
Is there any way to prevent the user from moving a Dialog Box by holding mouse down on the title bar and dragging?
I assume the question is less than easy.
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10101715.htm...
Zones:
Windows MFCDate Answered: 11/26/1998 Rating: 7.4 Views: 0
How can I change all text in my CDialog-Boxes and all it´s controls, also the text the user has to put into the controls, into fat? Please give a detailed answer.
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10225114.htm...
Hi, I have an app with about one million Dialogs.. =)
The question is:
Is there some way to override the CDialog class, like
class CDialog : public CDialog {....
to make all my dialog c...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10262633.htm...
Zones:
Windows MFCDate Answered: 01/21/2000 Rating: 7.0 Views: 0
I have 2 dialogs which are created in the InitInstance of my application (see code below).
The about box is created before the main dialog because the dialog must be show at startup and
if all in...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10457458.htm...
Zones:
Windows MFCDate Answered: 06/16/2000 Rating: 8.0 Views: 0
I have a class derived from CDialog and having a member m_toolbar of type CToolBarCtrl in the class. I have a created a toolbar control using m_toolbar.create(...),I have also added buttons to the ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_11583998.htm...
Zones:
Windows MFCDate Answered: 10/18/2000 Rating: 7.8 Views: 0
hi there,
i guess this should be a simple question for you experts out there...
i want to display an image on my CDialog. how do i load a BMP file on it? can somebody give some sample codes...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20008058.htm...
Zones:
Windows MFCDate Answered: 12/20/2000 Rating: 7.4 Views: 0
I've got a Dialog-based Application.
By default VC created an App and a Dlg class.
In the App's InitInstance, to show the dialog box, there is a declaration CMyDlg dlg, then a dlg.DoModal().
M...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20157900.htm...
Zones:
Windows MFCDate Answered: 07/26/2001 Rating: 7.8 Views: 0
My app is an SDI. I Have a class that serves as a Singleton and it contains a meethod that should start a thread and display a modeless CDialog derived class within that thread. The reason I do thi...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20167215.htm...
Zones:
Windows MFCDate Answered: 08/13/2001 Rating: 9.8 Views: 0