mfc >> ? Both Help Box AND Minimize Box in Title Bar of MFC Dialog App
by Alec Soroudi » Thu, 04 Dec 2003 13:04:28 GMT
Hi,
I assume that this question has been asked before but since I can't find
it anywhere...
How can you put both a question-mark context-sensitive help button AND a
Minimize/Maximize Box in the title bar of a Dialog mode MFC app?
Thanks
Similar Threads
1. Customizing the Title bar of a Dialog box in MFC
2. Dialog Box title bar
Hi,
Is there a way to hide the "web Page Dialog" text that shows up in the
dialog box title bar. I am using showModelessDialog() to show the dialog.
thanks
3. Switch maximize button in a title bar of a dialog box off
4. hide title bar of a dialog box on run time
i have a dialog box, and 2 button on a dialog. i want to add
functionality that when i will click button 1 the title bar will
disappear, and when i will click second button it will appear(become
visible).
thanks
5. repostioning of dialog box through title bar
6. Title bar -less dialog box with a border/
Hi.
I'm have created a dialog box for my application. The dialog box does
not have a title-bar as i have disabled the title bar property.
However, by doing so, even the blue color border around the dialog box
also disappears. My requirement is such that I need to display the
blue border around the dialog box, without having to display the title
bar.
My application is non-MFC.
Your help and time is greatly appreciated.
Thanks.
7. How to Update Dialog box (text box) from another Class (none mfc)
8. Help needed - Opening a dialog box = creating an icon in task bar
Hi to all,
I work on a program that i migrate on Borland c++ 6.0 on xp.
Usually, when i execute my program: i have an icon in task bar wich
name is the name of my program.
But NOW, when i execute my program, i have as much of icons in the tas
bar than dialog boxex opened in the program.
I use for each dialog box this formstyle = fsNormal.
I do execute them as show() or showModal().
Does anyone know why i create an icon in the bar each time i opened a
dialog box?
How can i eliminate this behaviour?
Any help would be very appreciated.
Thx for ur help.
Cheers
Jerome