Click here to Skip to main content
15,891,657 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dynamic radio button [modified] Pin
Viorel.22-Jun-06 3:49
Viorel.22-Jun-06 3:49 
GeneralRe: dynamic radio button Pin
Tara1422-Jun-06 3:53
Tara1422-Jun-06 3:53 
GeneralRe: dynamic radio button Pin
David Crow22-Jun-06 3:56
David Crow22-Jun-06 3:56 
GeneralRe: dynamic radio button Pin
_AnsHUMAN_ 22-Jun-06 3:59
_AnsHUMAN_ 22-Jun-06 3:59 
GeneralRe: dynamic radio button Pin
Tara1422-Jun-06 3:57
Tara1422-Jun-06 3:57 
QuestionRe: dynamic radio button Pin
Tara1422-Jun-06 4:02
Tara1422-Jun-06 4:02 
AnswerRe: dynamic radio button Pin
David Crow22-Jun-06 4:08
David Crow22-Jun-06 4:08 
AnswerRe: dynamic radio button Pin
Viorel.22-Jun-06 4:13
Viorel.22-Jun-06 4:13 
A CButton object is for one radio button. If you need more, define another CButton data member.

In case of variable number, you can define a dynamic collection of such objects. For instance, you can try CTypedPtrArray< CObArray, CButton * >.

You have to create new buttons with new CButton, then call Create, and then add to collection with Add. Do not forget to delete the unneded buttons with delete.
GeneralRe: dynamic radio button Pin
Tara1422-Jun-06 4:19
Tara1422-Jun-06 4:19 
GeneralRe: dynamic radio button Pin
_AnsHUMAN_ 22-Jun-06 3:54
_AnsHUMAN_ 22-Jun-06 3:54 
GeneralRe: dynamic radio button Pin
David Crow22-Jun-06 3:55
David Crow22-Jun-06 3:55 
Questiongetting content of console window Pin
kumarkar22-Jun-06 2:40
kumarkar22-Jun-06 2:40 
AnswerRe: getting content of console window Pin
_AnsHUMAN_ 22-Jun-06 2:53
_AnsHUMAN_ 22-Jun-06 2:53 
AnswerRe: getting content of console window Pin
David Crow22-Jun-06 3:14
David Crow22-Jun-06 3:14 
QuestionCalling RpcServerUseProtseqEp after RpcMgmtStopServerListening Pin
yccheok22-Jun-06 2:16
yccheok22-Jun-06 2:16 
Questionwin32 to console Pin
Krishnatv22-Jun-06 1:42
Krishnatv22-Jun-06 1:42 
AnswerRe: win32 to console Pin
_AnsHUMAN_ 22-Jun-06 3:04
_AnsHUMAN_ 22-Jun-06 3:04 
AnswerRe: win32 to console Pin
led mike22-Jun-06 5:37
led mike22-Jun-06 5:37 
AnswerRe: win32 to console Pin
Michael Dunn22-Jun-06 8:34
sitebuilderMichael Dunn22-Jun-06 8:34 
QuestionRead content from CTreeCtrl! Pin
bosfan22-Jun-06 1:40
bosfan22-Jun-06 1:40 
AnswerRe: Read content from CTreeCtrl! Pin
peterchen22-Jun-06 5:21
peterchen22-Jun-06 5:21 
GeneralRe: Read content from CTreeCtrl! Pin
bosfan22-Jun-06 9:57
bosfan22-Jun-06 9:57 
AnswerRe: Read content from CTreeCtrl! Pin
Hamid_RT22-Jun-06 20:10
Hamid_RT22-Jun-06 20:10 
Questionadding data at the end of already exisiting file Pin
zahid_ash22-Jun-06 1:32
zahid_ash22-Jun-06 1:32 
AnswerRe: adding data at the end of already exisiting file Pin
_AnsHUMAN_ 22-Jun-06 1:40
_AnsHUMAN_ 22-Jun-06 1:40 

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.