Click here to Skip to main content
15,914,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CPropertySheet/CPropertPage modified flag Pin
bob169729-Sep-07 16:30
bob169729-Sep-07 16:30 
AnswerRe: CPropertySheet/CPropertPage modified flag Pin
David Crow10-Sep-07 6:01
David Crow10-Sep-07 6:01 
GeneralRe: CPropertySheet/CPropertPage modified flag Pin
Mark Salsbery10-Sep-07 6:21
Mark Salsbery10-Sep-07 6:21 
GeneralRe: CPropertySheet/CPropertPage modified flag Pin
bob1697210-Sep-07 17:13
bob1697210-Sep-07 17:13 
GeneralRe: CPropertySheet/CPropertPage modified flag Pin
Mark Salsbery10-Sep-07 17:45
Mark Salsbery10-Sep-07 17:45 
GeneralRe: CPropertySheet/CPropertPage modified flag Pin
bob1697210-Sep-07 17:08
bob1697210-Sep-07 17:08 
QuestionCStatic groupbox Pin
PietievdPlaas9-Sep-07 1:37
PietievdPlaas9-Sep-07 1:37 
AnswerRe: CStatic groupbox Pin
Mark Salsbery9-Sep-07 7:33
Mark Salsbery9-Sep-07 7:33 
You may have to set the groupbox control's Transparent property to true.

If the problem is Z-order, you can use Format/Tab Order (ctrl-D) and set the order of the controls,
making the groupbox earlier in the tab order than the controls within it.

Enabling and disabling the controls within the group box is done the same as with any other controls.
The groupbox is just a static control so it doesn't give you any special features for
working with the controls within the groupbox.

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

Questioncompiling a dll Pin
T.D.Prasad8-Sep-07 20:23
T.D.Prasad8-Sep-07 20:23 
AnswerRe: compiling a dll Pin
bob169728-Sep-07 20:46
bob169728-Sep-07 20:46 
QuestionRe: compiling a dll Pin
T.D.Prasad9-Sep-07 11:10
T.D.Prasad9-Sep-07 11:10 
AnswerRe: compiling a dll Pin
ThatsAlok9-Sep-07 19:58
ThatsAlok9-Sep-07 19:58 
Questionweekday in number (2) Pin
includeh108-Sep-07 18:53
includeh108-Sep-07 18:53 
AnswerRe: weekday in number (2) Pin
bob169728-Sep-07 19:30
bob169728-Sep-07 19:30 
AnswerRe: weekday in number (2) Pin
Russell'8-Sep-07 23:35
Russell'8-Sep-07 23:35 
AnswerRe: weekday in number (2) Pin
Christian Graus9-Sep-07 3:16
protectorChristian Graus9-Sep-07 3:16 
AnswerRe: weekday in number (2) Pin
jhwurmbach9-Sep-07 22:40
jhwurmbach9-Sep-07 22:40 
QuestionSQL issue Pin
Max++8-Sep-07 15:51
Max++8-Sep-07 15:51 
AnswerRe: SQL issue Pin
Christian Graus8-Sep-07 16:10
protectorChristian Graus8-Sep-07 16:10 
AnswerRe: SQL issue Pin
Mark Salsbery9-Sep-07 7:43
Mark Salsbery9-Sep-07 7:43 
QuestionDetermine if VC++ 2005 SP1 runtime is installed? Pin
mid=57418-Sep-07 14:11
mid=57418-Sep-07 14:11 
AnswerRe: Determine if VC++ 2005 SP1 runtime is installed? Pin
George L. Jackson8-Sep-07 16:32
George L. Jackson8-Sep-07 16:32 
GeneralRe: Determine if VC++ 2005 SP1 runtime is installed? [modified] Pin
mid=57418-Sep-07 16:37
mid=57418-Sep-07 16:37 
QuestionLine drawing in MFC Pin
DGit8-Sep-07 12:30
DGit8-Sep-07 12:30 
AnswerRe: Line drawing in MFC Pin
Christian Graus8-Sep-07 12:32
protectorChristian Graus8-Sep-07 12:32 

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.