Click here to Skip to main content
15,889,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionmajor.minor.build.revision question Pin
Chesnokov Yuriy7-Jan-10 2:25
professionalChesnokov Yuriy7-Jan-10 2:25 
AnswerRe: major.minor.build.revision question Pin
Richard MacCutchan7-Jan-10 2:44
mveRichard MacCutchan7-Jan-10 2:44 
QuestionHow to handle too many checkbox's click message ? Pin
stephen_young7-Jan-10 1:59
stephen_young7-Jan-10 1:59 
AnswerRe: How to handle too many checkbox's click message ? Pin
Naveen7-Jan-10 2:31
Naveen7-Jan-10 2:31 
GeneralRe: How to handle too many checkbox's click message ? Pin
stephen_young7-Jan-10 3:08
stephen_young7-Jan-10 3:08 
AnswerRe: How to handle too many checkbox's click message ? Pin
Nelek7-Jan-10 2:46
protectorNelek7-Jan-10 2:46 
GeneralRe: How to handle too many checkbox's click message ? Pin
stephen_young7-Jan-10 3:13
stephen_young7-Jan-10 3:13 
GeneralRe: How to handle too many checkbox's click message ? Pin
Nelek7-Jan-10 3:26
protectorNelek7-Jan-10 3:26 
If you don't get that solution working. I suggest you to use radiobutton. Radiobutton is more for exclusive selections and checkbox for multiple selections.

Here[^] (section "Using the Dialog in Your Application") you have an example (you can also take a look on the whole contents, it may have infos for other questions you have).

[quote from chapter 2]
The Check Box Control
A check box is a square that the user can click to check or uncheck. The check box control is used to turn a particular value on and off. They are basically on/off switches with an occasional third, in-between state. You normally use check boxes to control discrete, on/off-type variables.


The Radio Button Control
A radio button is a circle that the user can click to fill with a black spot. The radio button is similar to the check box control, but it is used in a group of two or more where only one of the values can be in the on state at a time. You normally use radio buttons in groups of at least three, surrounded by a group box. The group box allows each group of radio buttons to be independent so that only one radio button in each group can be in the on state at any time.
[/quote]

Regards.
--------
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpfull answers is nice, but saying thanks can be even nicer.

GeneralRe: How to handle too many checkbox's click message ? Pin
stephen_young7-Jan-10 4:23
stephen_young7-Jan-10 4:23 
GeneralRe: How to handle too many checkbox's click message ? Pin
Nelek7-Jan-10 4:34
protectorNelek7-Jan-10 4:34 
QuestionToolTipMessage Pin
S p k 5216-Jan-10 23:40
S p k 5216-Jan-10 23:40 
AnswerRe: ToolTipMessage Pin
KingsGambit7-Jan-10 0:35
KingsGambit7-Jan-10 0:35 
AnswerRe: ToolTipMessage Pin
Rajesh R Subramanian7-Jan-10 0:56
professionalRajesh R Subramanian7-Jan-10 0:56 
QuestionHow to load custom images on RibbonX? Pin
eight6-Jan-10 22:19
eight6-Jan-10 22:19 
QuestionHow many files can be created by methord "GetTempFileName()" Pin
lxkjlzz6-Jan-10 21:32
lxkjlzz6-Jan-10 21:32 
AnswerRe: How many files can be created by methord "GetTempFileName()" Pin
Richard MacCutchan6-Jan-10 22:05
mveRichard MacCutchan6-Jan-10 22:05 
AnswerRe: How many files can be created by methord "GetTempFileName()" Pin
David Crow7-Jan-10 2:51
David Crow7-Jan-10 2:51 
AnswerRe: How many files can be created by methord "GetTempFileName()" Pin
Rozis8-Jan-10 11:59
Rozis8-Jan-10 11:59 
Questionhow to convert string to resource ID Pin
ronovice6-Jan-10 20:44
ronovice6-Jan-10 20:44 
QuestionRe: how to convert string to resource ID Pin
CPallini6-Jan-10 21:20
mveCPallini6-Jan-10 21:20 
GeneralRe: how to convert string to resource ID [modified] Pin
ronovice6-Jan-10 21:22
ronovice6-Jan-10 21:22 
GeneralRe: how to convert string to resource ID Pin
KingsGambit6-Jan-10 21:25
KingsGambit6-Jan-10 21:25 
GeneralRe: how to convert string to resource ID Pin
ronovice6-Jan-10 21:29
ronovice6-Jan-10 21:29 
GeneralRe: how to convert string to resource ID Pin
lxkjlzz6-Jan-10 21:49
lxkjlzz6-Jan-10 21:49 
GeneralRe: how to convert string to resource ID Pin
CPallini6-Jan-10 22:08
mveCPallini6-Jan-10 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.