Click here to Skip to main content
15,926,507 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Pointers anyone? Pin
Mike Burston19-Jul-01 13:19
Mike Burston19-Jul-01 13:19 
GeneralRe: Pointers anyone? Pin
Frank Deo19-Jul-01 13:27
Frank Deo19-Jul-01 13:27 
QuestionIs it impossible that exe file will return a value ??? Pin
19-Jul-01 9:02
suss19-Jul-01 9:02 
AnswerRe: Is it impossible that exe file will return a value ??? Pin
Michael Dunn19-Jul-01 9:42
sitebuilderMichael Dunn19-Jul-01 9:42 
GeneralRadio Buttons Pin
19-Jul-01 8:57
suss19-Jul-01 8:57 
GeneralRe: Radio Buttons Pin
Michael Dunn19-Jul-01 10:00
sitebuilderMichael Dunn19-Jul-01 10:00 
GeneralRe: Radio Buttons Pin
John Uhlenbrock19-Jul-01 10:06
John Uhlenbrock19-Jul-01 10:06 
GeneralRe: Radio Buttons Pin
Christian Graus19-Jul-01 12:34
protectorChristian Graus19-Jul-01 12:34 
You need to do both the things that have been said already. First, go to the first radio button of each group and check the 'group' property. Then go into the resources unless you are sure the groups are together - if you created three radio buttons, a listCtrl ( or anything else ) and another button, the last button will not be in the group until it gets moved under the others in the resource file.

Another warning. You can now add a variable of type int for the 'group' radio button. It is a zero based index of which button is pressed. I have found that using this sometimes ( like right now ) causes the item selected to jump when I click another control in the window. I have no idea why, although it happens more if you initialise the value to something other than -1. Set it to 0 and UpdateData(false) in your OnInit, not your constructor.

Christian

#include "std_disclaimer.h"

People who love sausage and respect the law should never watch either one being made.

The things that come to those who wait are usually the things left by those who got there first.

GeneralRe: Radio Buttons Pin
Steve T19-Jul-01 13:18
Steve T19-Jul-01 13:18 
GeneralCRichEditCtrl text color Pin
Avneesh Bhatnagar19-Jul-01 8:50
Avneesh Bhatnagar19-Jul-01 8:50 
GeneralRe: CRichEditCtrl text color Pin
Carlos Antollini19-Jul-01 9:00
Carlos Antollini19-Jul-01 9:00 
GeneralRe: CRichEditCtrl text color Pin
Avneesh Bhatnagar19-Jul-01 9:25
Avneesh Bhatnagar19-Jul-01 9:25 
GeneralRe: CRichEditCtrl text color Pin
Michael Dunn19-Jul-01 10:02
sitebuilderMichael Dunn19-Jul-01 10:02 
GeneralMFC -- retrieving arguments from the command line Pin
Stephane Denis19-Jul-01 8:45
Stephane Denis19-Jul-01 8:45 
GeneralRe: MFC -- retrieving arguments from the command line Pin
Carlos Antollini19-Jul-01 8:54
Carlos Antollini19-Jul-01 8:54 
GeneralRe: MFC -- retrieving arguments from the command line Pin
Tomasz Sowinski20-Jul-01 2:04
Tomasz Sowinski20-Jul-01 2:04 
QuestionHow to list a file in a particular directory? Pin
19-Jul-01 8:42
suss19-Jul-01 8:42 
AnswerRe: How to list a file in a particular directory? Pin
19-Jul-01 8:55
suss19-Jul-01 8:55 
AnswerRe: How to list a file in a particular directory? Pin
Mark Terrano30-Jul-01 14:40
Mark Terrano30-Jul-01 14:40 
GeneralCreating different types of view Pin
Jose Cruz19-Jul-01 8:28
Jose Cruz19-Jul-01 8:28 
GeneralRe: Creating different types of view Pin
Bret Faller19-Jul-01 13:08
Bret Faller19-Jul-01 13:08 
GeneralActiveX and adding HTML support Pin
Justin Heath19-Jul-01 8:13
Justin Heath19-Jul-01 8:13 
GeneralRe: ActiveX and adding HTML support Pin
Carlos Antollini19-Jul-01 8:32
Carlos Antollini19-Jul-01 8:32 
GeneralGetting and changing current CPen parameters Pin
José Luis Sogorb19-Jul-01 7:24
José Luis Sogorb19-Jul-01 7:24 
GeneralRe: Getting and changing current CPen parameters Pin
Christian Graus19-Jul-01 12:35
protectorChristian Graus19-Jul-01 12:35 

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.