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

C / C++ / MFC

 
AnswerRe: CString question Pin
Ozer Karaagac9-Jun-09 13:12
professionalOzer Karaagac9-Jun-09 13:12 
GeneralRe: CString question Pin
Michael Dunn9-Jun-09 16:14
sitebuilderMichael Dunn9-Jun-09 16:14 
GeneralRe: CString question Pin
transoft9-Jun-09 16:43
transoft9-Jun-09 16:43 
QuestionDisabling radio button but keeping selection Pin
Nickmare9-Jun-09 10:33
Nickmare9-Jun-09 10:33 
AnswerRe: Disabling radio button but keeping selection Pin
David Crow9-Jun-09 10:54
David Crow9-Jun-09 10:54 
AnswerRe: Disabling radio button but keeping selection Pin
Ozer Karaagac9-Jun-09 13:28
professionalOzer Karaagac9-Jun-09 13:28 
GeneralRe: Disabling radio button but keeping selection Pin
Nickmare9-Jun-09 14:00
Nickmare9-Jun-09 14:00 
GeneralRe: Disabling radio button but keeping selection Pin
Ozer Karaagac9-Jun-09 15:36
professionalOzer Karaagac9-Jun-09 15:36 
Normally, its visual state (black circle) shouldn't be changed, too, except for dimming, of course. Normally means, at first, your radio button is in windows' standard RADIOBUTTON class (or its MFC counterpart, CButton).

It's possible that it may be an owner draw button or sub-classed one or even a complete custom control. if so, the problem may be with its drawing routine.

Sometimes, OS itself shows some strange behavior due to a sw./hw. problem (may be graphic card driver). I recommend to try it on another machine.

Although I think that this is standard behavior, (latest) windows version differences should also be considered (e.g. Windows7, Vista).
QuestionHooking Createfile, OpenFile, etc... Pin
davejsmith9-Jun-09 8:36
davejsmith9-Jun-09 8:36 
AnswerRe: Hooking Createfile, OpenFile, etc... Pin
«_Superman_»9-Jun-09 16:27
professional«_Superman_»9-Jun-09 16:27 
AnswerRe: Hooking Createfile, OpenFile, etc... Pin
Stuart Dootson9-Jun-09 22:43
professionalStuart Dootson9-Jun-09 22:43 
QuestionC++ Create recordset Pin
rajeshkumar1.s9-Jun-09 5:20
rajeshkumar1.s9-Jun-09 5:20 
AnswerRe: C++ Create recordset Pin
led mike9-Jun-09 5:55
led mike9-Jun-09 5:55 
QuestionRe: C++ Create recordset Pin
David Crow9-Jun-09 6:16
David Crow9-Jun-09 6:16 
AnswerRe: C++ Create recordset Pin
CPallini9-Jun-09 6:24
mveCPallini9-Jun-09 6:24 
QuestionMFC ON_WM_RBUTTONUP(), handle within control class Pin
Alexander M.,9-Jun-09 4:21
Alexander M.,9-Jun-09 4:21 
AnswerRe: MFC ON_WM_RBUTTONUP(), handle within control class Pin
Code-o-mat9-Jun-09 6:02
Code-o-mat9-Jun-09 6:02 
GeneralRe: MFC ON_WM_RBUTTONUP(), handle within control class Pin
Alexander M.,9-Jun-09 9:11
Alexander M.,9-Jun-09 9:11 
Questionalignment of modeless Pin
durban29-Jun-09 4:09
durban29-Jun-09 4:09 
AnswerRe: alignment of modeless Pin
David Crow9-Jun-09 4:18
David Crow9-Jun-09 4:18 
Questionproblem enumerating USB devices on my PDA (Windows Mobile 5.0) - project attached Pin
shpid3r9-Jun-09 3:51
shpid3r9-Jun-09 3:51 
AnswerRe: problem enumerating USB devices on my PDA (Windows Mobile 5.0) - project attached Pin
Richard Andrew x649-Jun-09 8:10
professionalRichard Andrew x649-Jun-09 8:10 
GeneralRe: problem enumerating USB devices on my PDA (Windows Mobile 5.0) - project attached Pin
shpid3r9-Jun-09 9:37
shpid3r9-Jun-09 9:37 
GeneralRe: problem enumerating USB devices on my PDA (Windows Mobile 5.0) - project attached Pin
shpid3r9-Jun-09 9:49
shpid3r9-Jun-09 9:49 
Questionquestion regarding sockets Pin
mkrtchyanmarianna9-Jun-09 2:38
mkrtchyanmarianna9-Jun-09 2:38 

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.