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

C / C++ / MFC

 
QuestionCRichEditCtrl halt any visual updates for a sec !! Pin
sdancer7510-Oct-12 4:59
sdancer7510-Oct-12 4:59 
AnswerRe: CRichEditCtrl halt any visual updates for a sec !! Pin
Jochen Arndt10-Oct-12 5:39
professionalJochen Arndt10-Oct-12 5:39 
AnswerRe: CRichEditCtrl halt any visual updates for a sec !! Pin
chaau10-Oct-12 11:27
chaau10-Oct-12 11:27 
GeneralRe: CRichEditCtrl halt any visual updates for a sec !! Pin
sdancer7510-Oct-12 21:38
sdancer7510-Oct-12 21:38 
QuestionHow to get which Radio button is Checked? Pin
Fresher1610-Oct-12 2:14
Fresher1610-Oct-12 2:14 
AnswerRe: How to get which Radio button is Checked? Pin
_AnsHUMAN_ 10-Oct-12 2:29
_AnsHUMAN_ 10-Oct-12 2:29 
QuestionRe: How to get which Radio button is Checked? Pin
David Crow10-Oct-12 2:38
David Crow10-Oct-12 2:38 
AnswerRe: How to get which Radio button is Checked? Pin
«_Superman_»10-Oct-12 19:48
professional«_Superman_»10-Oct-12 19:48 
I'm assuming you're using an MFC based dialog application.
If this assumption is right, read on.

For the first radio button of each group, set its Group property to True.
Right click on this radio button and select Add Variable and create an integer variable.
The above step is only possible with a radio button whose Group property is set to True.

To get the user selection, simply call UpdateData() and the integer variable will contain the 0-based index of the selected radio button.
«_Superman 
I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++)

Polymorphism in C

Questionfile is getting deleted Pin
sarfaraznawaz10-Oct-12 0:29
sarfaraznawaz10-Oct-12 0:29 
AnswerRe: file is getting deleted Pin
Sivaraman Dhamodharan10-Oct-12 0:33
Sivaraman Dhamodharan10-Oct-12 0:33 
GeneralRe: file is getting deleted Pin
sarfaraznawaz10-Oct-12 2:06
sarfaraznawaz10-Oct-12 2:06 
QuestionRe: file is getting deleted Pin
David Crow10-Oct-12 2:40
David Crow10-Oct-12 2:40 
AnswerRe: file is getting deleted Pin
sarfaraznawaz10-Oct-12 3:17
sarfaraznawaz10-Oct-12 3:17 
GeneralRe: file is getting deleted Pin
chaau10-Oct-12 11:32
chaau10-Oct-12 11:32 
GeneralRe: file is getting deleted Pin
sarfaraznawaz10-Oct-12 19:28
sarfaraznawaz10-Oct-12 19:28 
QuestionMenu Items Not Displaying Pin
002comp10-Oct-12 0:09
002comp10-Oct-12 0:09 
QuestionRe: Menu Items Not Displaying Pin
David Crow10-Oct-12 2:43
David Crow10-Oct-12 2:43 
AnswerRe: Menu Items Not Displaying Pin
002comp10-Oct-12 2:58
002comp10-Oct-12 2:58 
QuestionHow to capture a Key Press from other softwave which has e.handle=true? Pin
trandinhnam9-Oct-12 23:54
trandinhnam9-Oct-12 23:54 
QuestionFind sub-url Pin
jeff69-Oct-12 22:40
jeff69-Oct-12 22:40 
AnswerRe: Find sub-url Pin
Jochen Arndt9-Oct-12 22:55
professionalJochen Arndt9-Oct-12 22:55 
AnswerRe: Find sub-url Pin
pasztorpisti10-Oct-12 0:25
pasztorpisti10-Oct-12 0:25 
QuestionCEdit extended Pin
William Engberts9-Oct-12 3:46
William Engberts9-Oct-12 3:46 
AnswerRe: CEdit extended Pin
Jochen Arndt9-Oct-12 4:22
professionalJochen Arndt9-Oct-12 4:22 
QuestionMagnified Window Pin
john56329-Oct-12 1:02
john56329-Oct-12 1:02 

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.