Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Please help in c++ Pin
«_Superman_»26-Jul-09 17:07
professional«_Superman_»26-Jul-09 17:07 
GeneralRe: Please help in c++ (Superman) Pin
Neil Jigger26-Jul-09 17:16
Neil Jigger26-Jul-09 17:16 
GeneralRe: Please help in c++ (Superman) Pin
Chandrasekharan P26-Jul-09 18:38
Chandrasekharan P26-Jul-09 18:38 
GeneralRe: Please help in c++ (Superman) Pin
Neil Jigger26-Jul-09 19:35
Neil Jigger26-Jul-09 19:35 
GeneralRe: Please help in c++ (Superman) Pin
Chandrasekharan P26-Jul-09 20:21
Chandrasekharan P26-Jul-09 20:21 
GeneralRe: Please help in c++ (Superman) Pin
Neil Jigger26-Jul-09 20:27
Neil Jigger26-Jul-09 20:27 
GeneralRe: Please help in c++ (Superman) Pin
Chandrasekharan P26-Jul-09 20:33
Chandrasekharan P26-Jul-09 20:33 
GeneralRe: Please help in c++ (Superman) Pin
David Crow27-Jul-09 3:39
David Crow27-Jul-09 3:39 
Lose the calls to UpdateData(). They are completely unnecessary and only add to your confusion. You can easily have a CButton member variable associated with each radio button, and can call the button's GetCheck() method to see if it is checked or not.

BTW, when pasting code snippets, see #5 here. As it is, your code will not compile.

"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


GeneralRe: Please help in c++ (Superman) Pin
Neil Jigger28-Jul-09 20:16
Neil Jigger28-Jul-09 20:16 
QuestionRe: Please help in c++ (Superman) Pin
David Crow29-Jul-09 2:39
David Crow29-Jul-09 2:39 
QuestionHow to Limit maximum and minimize size of dockable pane Pin
jeet51126-Jul-09 15:33
jeet51126-Jul-09 15:33 
RantRe: How to Limit maximum and minimize size of dockable pane Pin
Adam Roderick J26-Jul-09 19:14
Adam Roderick J26-Jul-09 19:14 
AnswerRe: How to Limit maximum and minimize size of dockable pane Pin
Iain Clarke, Warrior Programmer27-Jul-09 0:55
Iain Clarke, Warrior Programmer27-Jul-09 0:55 
GeneralRe: How to Limit maximum and minimize size of dockable pane Pin
jeet51128-Jul-09 18:14
jeet51128-Jul-09 18:14 
Questionhow to find Textbox value in the DirectUI design software Pin
ChinaTJBoy26-Jul-09 15:24
ChinaTJBoy26-Jul-09 15:24 
AnswerRe: how to find Textbox value in the DirectUI design software Pin
Chandrasekharan P26-Jul-09 19:07
Chandrasekharan P26-Jul-09 19:07 
GeneralRe: how to find Textbox value in the DirectUI design software Pin
ChinaTJBoy27-Jul-09 20:24
ChinaTJBoy27-Jul-09 20:24 
QuestionCopying a dialog resource between projects with MSDEV 2008 Pin
softwaremonkey26-Jul-09 11:23
softwaremonkey26-Jul-09 11:23 
AnswerRe: Copying a dialog resource between projects with MSDEV 2008 Pin
Nibu babu thomas26-Jul-09 18:14
Nibu babu thomas26-Jul-09 18:14 
GeneralRe: Copying a dialog resource between projects with MSDEV 2008 Pin
softwaremonkey27-Jul-09 1:27
softwaremonkey27-Jul-09 1:27 
GeneralRe: Copying a dialog resource between projects with MSDEV 2008 Pin
Michael Dunn27-Jul-09 12:46
sitebuilderMichael Dunn27-Jul-09 12:46 
GeneralRe: Copying a dialog resource between projects with MSDEV 2008 Pin
softwaremonkey27-Jul-09 20:24
softwaremonkey27-Jul-09 20:24 
GeneralRe: Copying a dialog resource between projects with MSDEV 2008 [modified] Pin
Niek30-Jul-09 20:29
Niek30-Jul-09 20:29 
Question[Message Deleted] Pin
error197926-Jul-09 6:17
error197926-Jul-09 6:17 
AnswerRe: How to build a WPF report for WPF application ? Pin
Rajesh R Subramanian26-Jul-09 8:49
professionalRajesh R Subramanian26-Jul-09 8:49 

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.