Click here to Skip to main content
15,898,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: link error with DirectShow Pin
mwolf12228-Nov-07 16:04
mwolf12228-Nov-07 16:04 
QuestionWix installer Pin
Abhi Lahare27-Nov-07 21:53
Abhi Lahare27-Nov-07 21:53 
AnswerRe: Wix installer Pin
ThatsAlok27-Nov-07 22:45
ThatsAlok27-Nov-07 22:45 
JokeRe: Wix installer Pin
Nelek27-Nov-07 23:16
protectorNelek27-Nov-07 23:16 
GeneralRe: Wix installer Pin
ThatsAlok27-Nov-07 23:27
ThatsAlok27-Nov-07 23:27 
QuestionChanging the User account of a Service dynamically Pin
nlharshini27-Nov-07 21:38
nlharshini27-Nov-07 21:38 
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 

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.