Click here to Skip to main content
15,917,614 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: getting columns fields name Pin
Wes Aday6-Oct-05 9:55
professionalWes Aday6-Oct-05 9:55 
GeneralRe: getting columns fields name Pin
pnpfriend6-Oct-05 12:58
pnpfriend6-Oct-05 12:58 
QuestionBring CBitmap to top windows Pin
fjlv20056-Oct-05 6:01
fjlv20056-Oct-05 6:01 
AnswerRe: Bring CBitmap to top windows Pin
Rage6-Oct-05 6:29
professionalRage6-Oct-05 6:29 
GeneralRe: Bring CBitmap to top windows Pin
fjlv20056-Oct-05 6:38
fjlv20056-Oct-05 6:38 
GeneralRe: Bring CBitmap to top windows Pin
Jose Lamas Rios6-Oct-05 19:16
Jose Lamas Rios6-Oct-05 19:16 
QuestionMFC Radio Buttons - can't add them as member variables Pin
Axonn Echysttas6-Oct-05 5:58
Axonn Echysttas6-Oct-05 5:58 
AnswerRe: MFC Radio Buttons - can't add them as member variables Pin
Neelesh K J Jain6-Oct-05 6:10
Neelesh K J Jain6-Oct-05 6:10 
I think, you didn't set the "Group" property of the radio button while describing the properties. Once you say that they are in a group, then you would be able to see in the Class Wizards. Other way is that at run time use GetDlgItem() and pass the radio button's ID, then you would be able to get the CWnd type and then you can parse as CButton also.


Radio buttons are type of CButton only.

If the replies helps you, then rate them.
GeneralRe: MFC Radio Buttons - can't add them as member variables Pin
Axonn Echysttas6-Oct-05 7:45
Axonn Echysttas6-Oct-05 7:45 
AnswerRe: MFC Radio Buttons - can't add them as member variables Pin
Rage6-Oct-05 6:26
professionalRage6-Oct-05 6:26 
AnswerRe: MFC Radio Buttons - can't add them as member variables Pin
David Crow6-Oct-05 7:15
David Crow6-Oct-05 7:15 
Questionhelp on redraw CView ? Pin
tracywang6-Oct-05 5:53
tracywang6-Oct-05 5:53 
AnswerRe: help on redraw CView ? Pin
Neelesh K J Jain6-Oct-05 6:24
Neelesh K J Jain6-Oct-05 6:24 
GeneralRe: help on redraw CView ? Pin
ashwin206-Oct-05 20:15
ashwin206-Oct-05 20:15 
AnswerRe: help on redraw CView ? Pin
Prakash Nadar6-Oct-05 15:54
Prakash Nadar6-Oct-05 15:54 
AnswerRe: help on redraw CView ? Pin
ashwin206-Oct-05 20:06
ashwin206-Oct-05 20:06 
QuestionProblems with memory when quitting application. ( and other boundschecker stuff/ranting ) Pin
Maximilien6-Oct-05 5:31
Maximilien6-Oct-05 5:31 
AnswerRe: Problems with memory when quitting application. ( and other boundschecker stuff/ranting ) Pin
Prakash Nadar6-Oct-05 15:51
Prakash Nadar6-Oct-05 15:51 
QuestionConvert String to LPSTR ? Pin
Phernando6-Oct-05 5:29
Phernando6-Oct-05 5:29 
GeneralRe: Convert String to LPSTR ? Pin
toxcct6-Oct-05 5:41
toxcct6-Oct-05 5:41 
AnswerRe: Convert String to LPSTR ? Pin
PJ Arends6-Oct-05 7:30
professionalPJ Arends6-Oct-05 7:30 
QuestionDebuggin In Visual C++ .NET Pin
BlitzPackage6-Oct-05 5:06
BlitzPackage6-Oct-05 5:06 
AnswerRe: Debuggin In Visual C++ .NET Pin
Chris Losinger6-Oct-05 5:16
professionalChris Losinger6-Oct-05 5:16 
GeneralRe: Debuggin In Visual C++ .NET Pin
BlitzPackage6-Oct-05 17:46
BlitzPackage6-Oct-05 17:46 
GeneralRe: Debuggin In Visual C++ .NET Pin
Chris Losinger7-Oct-05 1:02
professionalChris Losinger7-Oct-05 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.