Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Ctrl Alt F4 Pin
Christopher Duncan29-Apr-08 19:57
Christopher Duncan29-Apr-08 19:57 
JokeRe: Ctrl Alt F4 Pin
vijay_aroli29-Apr-08 20:48
vijay_aroli29-Apr-08 20:48 
JokeRe: Ctrl Alt F4 Pin
Nelek29-Apr-08 23:12
protectorNelek29-Apr-08 23:12 
QuestionGet only focus( text should not be selected ) on MDI child while opening dynamically Pin
Member 453851029-Apr-08 12:13
Member 453851029-Apr-08 12:13 
AnswerRe: Get only focus( text should not be selected ) on MDI child while opening dynamically Pin
Member 453851029-Apr-08 15:31
Member 453851029-Apr-08 15:31 
AnswerRe: Get only focus( text should not be selected ) on MDI child while opening dynamically Pin
Yusuf29-Apr-08 15:31
Yusuf29-Apr-08 15:31 
GeneralRe: Get only focus( text should not be selected ) on MDI child while opening dynamically Pin
Member 453851029-Apr-08 15:40
Member 453851029-Apr-08 15:40 
QuestionHow to implement a dynamic panel of controls in MFC Pin
C0mendador29-Apr-08 11:24
C0mendador29-Apr-08 11:24 
Hello all,

I have a CDialog-based application with a set of controls on the top half that do not change. On the bottom half, I would like to add a panel of controls that I can change based on some state within the application. The number, size, and functionality of the controls on each individual panel will be completely different for each panel. Basically, I would like the functionality of a CTabControl (CPropertySheet/CPropertyPage?), but without the tabs. It would be convenient to have a resource template for each panel, like in a CTabControl, but I would like the controls to look as if they are actually on the dialog, rather than on a Tab. Can someone suggest a method of doing this? Also, please tell me if this violates some major paradigm of MFC! I don’t want to just hack something together; I want it to be maintainable!

I hope my question made sense. Thanks in advance for your help!

+-------------------------------------+
|                                     |
|    Other application Controls       |
|                                     |
|                                     |
| +----------------+                  |
| |    Panel of    |                  |
| | state-specific |                  |
| |    controls    |                  |
| +----------------+                  |
+-------------------------------------+

AnswerRe: How to implement a dynamic panel of controls in MFC Pin
Christopher Duncan29-Apr-08 16:02
Christopher Duncan29-Apr-08 16:02 
AnswerRe: How to implement a dynamic panel of controls in MFC Pin
Rajkumar R29-Apr-08 21:20
Rajkumar R29-Apr-08 21:20 
Questionhelp with win32 Pin
worldwarIIfanatic29-Apr-08 10:44
worldwarIIfanatic29-Apr-08 10:44 
AnswerRe: help with win32 Pin
Saurabh.Garg29-Apr-08 16:12
Saurabh.Garg29-Apr-08 16:12 
AnswerRe: help with win32 Pin
CPallini29-Apr-08 21:24
mveCPallini29-Apr-08 21:24 
AnswerRe: help with win32 Pin
Hamid_RT29-Apr-08 21:52
Hamid_RT29-Apr-08 21:52 
QuestionRe: help with win32 [modified] Pin
worldwarIIfanatic30-Apr-08 13:37
worldwarIIfanatic30-Apr-08 13:37 
QuestionRe: help with win32 Pin
worldwarIIfanatic5-May-08 13:34
worldwarIIfanatic5-May-08 13:34 
AnswerRe: help with win32 Pin
ninjanear22-May-08 7:57
professionalninjanear22-May-08 7:57 
QuestionCreating a linked list; need to know good practices. Pin
x87Bliss29-Apr-08 10:38
x87Bliss29-Apr-08 10:38 
AnswerRe: Creating a linked list; need to know good practices. Pin
Maximilien29-Apr-08 11:16
Maximilien29-Apr-08 11:16 
GeneralRe: Creating a linked list; need to know good practices. Pin
ninjanear21-May-08 3:15
professionalninjanear21-May-08 3:15 
QuestionHow to change keyboard typematic rate /delay (and led ind.) VC++/MFC? [modified] Pin
ninjanear29-Apr-08 10:05
professionalninjanear29-Apr-08 10:05 
QuestionRe: How to change typematic rate in keyboard? Pin
David Crow29-Apr-08 10:22
David Crow29-Apr-08 10:22 
AnswerRe: How to change typematic rate in keyboard? [modified] Pin
ninjanear20-May-08 23:07
professionalninjanear20-May-08 23:07 
QuestionHow do I customize the standard property sheet buttons Pin
si_6929-Apr-08 7:52
si_6929-Apr-08 7:52 
AnswerRe: How do I customize the standard property sheet buttons Pin
David Crow29-Apr-08 8:12
David Crow29-Apr-08 8:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.