Click here to Skip to main content
16,005,734 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCapture a menu of a Window [modified] Pin
surajcd20-Mar-07 20:04
surajcd20-Mar-07 20:04 
AnswerRe: Capture a menu of a Window Pin
Michael Dunn20-Mar-07 20:26
sitebuilderMichael Dunn20-Mar-07 20:26 
QuestionAdd folder to Start Menu Pin
kiranin20-Mar-07 19:42
kiranin20-Mar-07 19:42 
AnswerRe: Add folder to Start Menu Pin
KaЯl21-Mar-07 1:12
KaЯl21-Mar-07 1:12 
AnswerRe: Add folder to Start Menu Pin
ThatsAlok21-Mar-07 19:37
ThatsAlok21-Mar-07 19:37 
QuestionRadio buttons and combo boxes Pin
gingerballs20-Mar-07 19:35
gingerballs20-Mar-07 19:35 
AnswerRe: Radio buttons and combo boxes Pin
_AnsHUMAN_ 20-Mar-07 19:48
_AnsHUMAN_ 20-Mar-07 19:48 
AnswerRe: Radio buttons and combo boxes Pin
ThatsAlok20-Mar-07 22:25
ThatsAlok20-Mar-07 22:25 
gingerballs wrote:
Hi am an amateaur vc++ programmer.Just started now!I want to know how do i program the follwing:
i have to select an option in my combo box(a question) and the corresponding answer should appear as chioces in 3 radio buttons.Each time I select a question the option in the radio button should change.What functios should I use and where should I use?

 in continuation with Anshuman... you have to you have to develop some sort of data structure which will keep you question, 3 choices and correct answer. also you have to associate the radio button with control variable of type CButton.. using CButton::SetWindowText().. you can change text of that radio at runtime when ever new question is selected!


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
Global Interface Table: An Easy Way to Marshal an Interface Pointer[new]
VC Forum Q&A :- I/ IV
Support CRY- Child Relief and You

QuestionImage processing algorithms for extracting characters from image Pin
JanapatiBalu20-Mar-07 19:20
JanapatiBalu20-Mar-07 19:20 
AnswerRe: Image processing algorithms for extracting characters from image Pin
Russell'20-Mar-07 23:39
Russell'20-Mar-07 23:39 
GeneralRe: Image processing algorithms for extracting characters from image Pin
JanapatiBalu21-Mar-07 1:15
JanapatiBalu21-Mar-07 1:15 
GeneralRe: Image processing algorithms for extracting characters from image Pin
Russell'21-Mar-07 1:58
Russell'21-Mar-07 1:58 
GeneralRe: Image processing algorithms for extracting characters from image Pin
JanapatiBalu21-Mar-07 2:37
JanapatiBalu21-Mar-07 2:37 
GeneralRe: Image processing algorithms for extracting characters from image Pin
JanapatiBalu21-Mar-07 2:48
JanapatiBalu21-Mar-07 2:48 
GeneralRe: Image processing algorithms for extracting characters from image Pin
Russell'21-Mar-07 3:09
Russell'21-Mar-07 3:09 
GeneralRe: Image processing algorithms for extracting characters from image Pin
JanapatiBalu21-Mar-07 3:35
JanapatiBalu21-Mar-07 3:35 
GeneralRe: Image processing algorithms for extracting characters from image Pin
Russell'21-Mar-07 3:42
Russell'21-Mar-07 3:42 
GeneralRe: Image processing algorithms for extracting characters from image Pin
JanapatiBalu21-Mar-07 4:20
JanapatiBalu21-Mar-07 4:20 
Questionhide dos windows Pin
deeps_cute20-Mar-07 18:57
deeps_cute20-Mar-07 18:57 
AnswerRe: hide dos windows Pin
prasad_som20-Mar-07 19:05
prasad_som20-Mar-07 19:05 
GeneralRe: hide dos windows Pin
deeps_cute20-Mar-07 19:10
deeps_cute20-Mar-07 19:10 
AnswerRe: hide dos windows Pin
prasad_som20-Mar-07 19:37
prasad_som20-Mar-07 19:37 
AnswerRe: hide dos windows Pin
Stephen Hewitt20-Mar-07 19:30
Stephen Hewitt20-Mar-07 19:30 
GeneralRe: hide dos windows Pin
deeps_cute20-Mar-07 19:42
deeps_cute20-Mar-07 19:42 
AnswerRe: hide dos windows Pin
prasad_som20-Mar-07 19:51
prasad_som20-Mar-07 19:51 

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.