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

C / C++ / MFC

 
QuestionCheck Boxes - Mutually Exclusive Pin
Anandi.VC9-Feb-09 18:27
Anandi.VC9-Feb-09 18:27 
AnswerRe: Check Boxes - Mutually Exclusive Pin
«_Superman_»9-Feb-09 19:10
professional«_Superman_»9-Feb-09 19:10 
GeneralRe: Check Boxes - Mutually Exclusive Pin
Anandi.VC9-Feb-09 19:57
Anandi.VC9-Feb-09 19:57 
AnswerRe: Check Boxes - Mutually Exclusive Pin
Iain Clarke, Warrior Programmer9-Feb-09 22:16
Iain Clarke, Warrior Programmer9-Feb-09 22:16 
AnswerRe: Check Boxes - Mutually Exclusive Pin
Eytukan9-Feb-09 22:39
Eytukan9-Feb-09 22:39 
AnswerRe: Check Boxes - Mutually Exclusive Pin
CPallini9-Feb-09 23:24
mveCPallini9-Feb-09 23:24 
AnswerRe: Check Boxes - Mutually Exclusive Pin
«_Superman_»10-Feb-09 1:42
professional«_Superman_»10-Feb-09 1:42 
GeneralRe: Check Boxes - Mutually Exclusive Pin
Shog910-Feb-09 7:07
sitebuilderShog910-Feb-09 7:07 
«_Superman_» wrote:
But mutually exclusive check boxes can handle "zero or one" functionality which is not possible with radio buttons.

Uh, yeah, it is. You add another radio button, label it "none of the above", and give it the same meaning in your program that the somewhat-less-than-obvious fewer than the maximum number of checkable checkboxes are checked state would have had, should you have been mad enough to actually implement such an atrocity.

Now you have a finite number of states, all of which are explicitly named, and all of which can be selected with a single click. Radio buttons - learn to love 'em.



GeneralRe: Check Boxes - Mutually Exclusive Pin
«_Superman_»10-Feb-09 17:25
professional«_Superman_»10-Feb-09 17:25 
GeneralRe: Check Boxes - Mutually Exclusive Pin
Shog910-Feb-09 18:24
sitebuilderShog910-Feb-09 18:24 
QuestionATL DLL Pin
sam_psycho9-Feb-09 18:24
sam_psycho9-Feb-09 18:24 
AnswerRe: ATL DLL Pin
_AnsHUMAN_ 9-Feb-09 19:33
_AnsHUMAN_ 9-Feb-09 19:33 
GeneralRe: ATL DLL Pin
sam_psycho9-Feb-09 21:11
sam_psycho9-Feb-09 21:11 
GeneralRe: ATL DLL Pin
_AnsHUMAN_ 9-Feb-09 22:13
_AnsHUMAN_ 9-Feb-09 22:13 
AnswerRe: ATL DLL Pin
Rahul Vaishnav9-Feb-09 22:10
Rahul Vaishnav9-Feb-09 22:10 
QuestionApplication patch updates in Normal User login Pin
SNI9-Feb-09 17:31
SNI9-Feb-09 17:31 
AnswerRe: Application patch updates in Normal User login Pin
Eytukan9-Feb-09 22:44
Eytukan9-Feb-09 22:44 
QuestionDllRegisterServer() triggering Windows Data Execution Protection (DEP) - String Manipulation Problem Pin
Mike the Red9-Feb-09 16:21
Mike the Red9-Feb-09 16:21 
AnswerRe: DllRegisterServer() triggering Windows Data Execution Protection (DEP) - String Manipulation Problem Pin
«_Superman_»9-Feb-09 17:59
professional«_Superman_»9-Feb-09 17:59 
GeneralRe: DllRegisterServer() triggering Windows Data Execution Protection (DEP) - String Manipulation Problem Pin
Mike the Red10-Feb-09 0:41
Mike the Red10-Feb-09 0:41 
GeneralRe: DllRegisterServer() triggering Windows Data Execution Protection (DEP) - String Manipulation Problem Pin
«_Superman_»10-Feb-09 1:51
professional«_Superman_»10-Feb-09 1:51 
QuestionConvert CString objects to int Pin
BobInNJ9-Feb-09 13:22
BobInNJ9-Feb-09 13:22 
AnswerRe: Convert CString objects to int Pin
«_Superman_»9-Feb-09 18:04
professional«_Superman_»9-Feb-09 18:04 
AnswerRe: Convert CString objects to int Pin
SandipG 9-Feb-09 20:15
SandipG 9-Feb-09 20:15 
AnswerRe: Convert CString objects to int Pin
CPallini9-Feb-09 22:03
mveCPallini9-Feb-09 22:03 

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.