Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRepost - Please ignore Pin
CPallini25-Jun-08 11:24
mveCPallini25-Jun-08 11:24 
AnswerRe: How to resolve ordinal problems Pin
Hamid_RT27-Jun-08 8:10
Hamid_RT27-Jun-08 8:10 
Questionif parent and child classes declare the same static member variable ? Pin
amistry_petlad25-Jun-08 11:12
amistry_petlad25-Jun-08 11:12 
AnswerRe: if parent and child classes declare the same static member variable ? Pin
CPallini25-Jun-08 11:39
mveCPallini25-Jun-08 11:39 
GeneralRe: if parent and child classes declare the same static member variable ? Pin
Joe Woodbury25-Jun-08 13:27
professionalJoe Woodbury25-Jun-08 13:27 
GeneralRe: if parent and child classes declare the same static member variable ? Pin
CPallini25-Jun-08 21:03
mveCPallini25-Jun-08 21:03 
QuestionVisual Studio C++ inquiry on radio buttons Pin
jazz2425-Jun-08 10:00
jazz2425-Jun-08 10:00 
AnswerRe: Visual Studio C++ inquiry on radio buttons Pin
Iain Clarke, Warrior Programmer25-Jun-08 22:04
Iain Clarke, Warrior Programmer25-Jun-08 22:04 
I'm not all that sure what you are asking.

If you have individual options, which can be on or off independently of each other, then you should be using checkboxes, not radio buttons.

If you have a choice of (eg) three things, only one of which can be selected, radio buttons are good.

They need to be one after each other in the tab order, the first one needs the group bit selected, and all after the first need it deselected.

I would also strongly recommend that the ID numbers are in the same order as the radio buttons.

Then you can use
CheckRadioButton (int nIDFirst, int nIDLast, int nIDSelect);

to programmatically select a radio button, and IsDlgButtonChecked to check whether a radio button is checked or not.

Or DDX_Radio (...) in your CDialog::DoDataExchange (...) function for MFC dialogs.

Iain.

Plz sir... CPallini CPallini abuz drugz, plz plz help urgent.

QuestionVC 6.0 not responding to F1 or other help menu options. Pin
Vaclav_25-Jun-08 8:49
Vaclav_25-Jun-08 8:49 
QuestionCreating iTunes dll plugin. Pin
Grant Hudgens25-Jun-08 6:42
Grant Hudgens25-Jun-08 6:42 
AnswerRe: Creating iTunes dll plugin. Pin
Eurosid25-Jun-08 7:12
Eurosid25-Jun-08 7:12 
QuestionCreate a freestanding .exe using VS2008 Pin
Member 419459325-Jun-08 5:00
Member 419459325-Jun-08 5:00 
AnswerRe: Create a freestanding .exe using VS2008 Pin
toxcct25-Jun-08 5:15
toxcct25-Jun-08 5:15 
AnswerRe: Create a freestanding .exe using VS2008 Pin
Mark Salsbery25-Jun-08 9:43
Mark Salsbery25-Jun-08 9:43 
GeneralRe: Create a freestanding .exe using VS2008 Pin
Member 419459326-Jun-08 8:03
Member 419459326-Jun-08 8:03 
QuestionHow can I associate the editbox with the ratio button? (dynamically update editbox ratio button) Pin
danginkgo25-Jun-08 4:46
danginkgo25-Jun-08 4:46 
AnswerRe: How can I associate the editbox with the ratio button? (dynamically update editbox ratio button) Pin
Iain Clarke, Warrior Programmer25-Jun-08 6:15
Iain Clarke, Warrior Programmer25-Jun-08 6:15 
GeneralRe: How can I associate the editbox with the ratio button? (dynamically update editbox ratio button) Pin
danginkgo25-Jun-08 20:23
danginkgo25-Jun-08 20:23 
QuestionGrid control with Check boxes....Please Help Pin
Rajesh_Parameswaran25-Jun-08 3:55
Rajesh_Parameswaran25-Jun-08 3:55 
AnswerRe: Grid control with Check boxes....Please Help Pin
Iain Clarke, Warrior Programmer25-Jun-08 4:16
Iain Clarke, Warrior Programmer25-Jun-08 4:16 
GeneralRe: Grid control with Check boxes....Please Help Pin
Rajesh R Subramanian25-Jun-08 4:17
professionalRajesh R Subramanian25-Jun-08 4:17 
GeneralRe: Grid control with Check boxes....Please Help Pin
Iain Clarke, Warrior Programmer25-Jun-08 4:22
Iain Clarke, Warrior Programmer25-Jun-08 4:22 
GeneralRe: Grid control with Check boxes....Please Help Pin
Rajesh_Parameswaran25-Jun-08 22:08
Rajesh_Parameswaran25-Jun-08 22:08 
GeneralRe: Grid control with Check boxes....Please Help Pin
Iain Clarke, Warrior Programmer25-Jun-08 22:27
Iain Clarke, Warrior Programmer25-Jun-08 22:27 
QuestionNeed to write the ASCII (230) in XML content section using MSXML 4.0. Pin
AnotherFakeName25-Jun-08 3:27
AnotherFakeName25-Jun-08 3:27 

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.