Click here to Skip to main content
15,911,715 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionInstall postgreSQL from MFC application? [modified] Pin
$uresh $hanmugam27-Nov-07 21:11
$uresh $hanmugam27-Nov-07 21:11 
QuestionRadio Buttons and Group Boxes Pin
XChibi27-Nov-07 21:10
XChibi27-Nov-07 21:10 
I basically have three group boxes.
The first group box has 2 radio buttons with labels reading “Choice A” and “Choice B”
The second group box is entitled “Choice A” and has several radio buttons within it.
The third group box is entitled “Choice B” and has several radio buttons within it.

I basically start off the program with group boxes “Choice A” and “Choice B” and their contents invisible.

Now, what I can’t figure out is:
When I click “Choice A” in the first group box, I want the “Choice A” group box and its contents showing up (with “Choice B” and its contents still invisible) and vice-versa.

I don’t necessarily need code, just a push in the right direction.

I’ve looked at several tutorials involving adding member variables and such to the radio buttons, but the tutorials were for an older version of Visual C++ and the ClassWizard has changed enough to cause conversion issues when I (attempted to) follow along.

However, I’m hoping the answer will be a simple “on push, choiceA.radiobutton1.visible=true;” type of thing.

Thanks in advance.
AnswerRe: Radio Buttons and Group Boxes Pin
Nelek27-Nov-07 22:16
protectorNelek27-Nov-07 22:16 
AnswerRe: Radio Buttons and Group Boxes Pin
Marimuthu.r27-Nov-07 22:39
Marimuthu.r27-Nov-07 22:39 
Questionchar** Pin
nitin327-Nov-07 21:05
nitin327-Nov-07 21:05 
AnswerRe: char** Pin
CPallini27-Nov-07 21:25
mveCPallini27-Nov-07 21:25 
GeneralRe: char** Pin
nitin327-Nov-07 22:30
nitin327-Nov-07 22:30 
GeneralRe: char** Pin
ThatsAlok27-Nov-07 22:52
ThatsAlok27-Nov-07 22:52 
GeneralRe: char** Pin
sumd27-Nov-07 23:06
sumd27-Nov-07 23:06 
AnswerRe: char** Pin
toxcct27-Nov-07 22:41
toxcct27-Nov-07 22:41 
GeneralRe: char** Pin
ThatsAlok27-Nov-07 22:51
ThatsAlok27-Nov-07 22:51 
GeneralRe: char** Pin
toxcct27-Nov-07 23:04
toxcct27-Nov-07 23:04 
GeneralRe: char** Pin
ThatsAlok27-Nov-07 23:26
ThatsAlok27-Nov-07 23:26 
AnswerRe: char** Pin
ThatsAlok27-Nov-07 22:50
ThatsAlok27-Nov-07 22:50 
GeneralRe: char** Pin
toxcct27-Nov-07 23:04
toxcct27-Nov-07 23:04 
GeneralRe: char** Pin
ThatsAlok27-Nov-07 23:30
ThatsAlok27-Nov-07 23:30 
QuestionProblem with IE7 Pin
sumd27-Nov-07 21:03
sumd27-Nov-07 21:03 
AnswerRe: Problem with IE7 Pin
ThatsAlok27-Nov-07 22:48
ThatsAlok27-Nov-07 22:48 
GeneralRe: Problem with IE7 Pin
sumd27-Nov-07 23:14
sumd27-Nov-07 23:14 
Questionthread pool Pin
Jhony george27-Nov-07 20:53
Jhony george27-Nov-07 20:53 
QuestionVC 6.0 math bug? Pin
2374127-Nov-07 20:29
2374127-Nov-07 20:29 
AnswerRe: VC 6.0 math bug? Pin
LOUIS Christian27-Nov-07 20:42
LOUIS Christian27-Nov-07 20:42 
AnswerRe: VC 6.0 math bug? Pin
Michael Dunn27-Nov-07 21:46
sitebuilderMichael Dunn27-Nov-07 21:46 
Questioncreate unmovable an nonresizable window Pin
CJ94200227-Nov-07 20:28
CJ94200227-Nov-07 20:28 
AnswerRe: create unmovable an nonresizable window Pin
Nelek27-Nov-07 22:08
protectorNelek27-Nov-07 22:08 

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.