Click here to Skip to main content
15,885,365 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: WM_LBUTTONUP does not trigger, please help Pin
Iain Clarke, Warrior Programmer17-Sep-09 23:10
Iain Clarke, Warrior Programmer17-Sep-09 23:10 
GeneralRe: WM_LBUTTONUP does not trigger, please help Pin
Isuru_Perera18-Sep-09 1:42
Isuru_Perera18-Sep-09 1:42 
GeneralRe: WM_LBUTTONUP does not trigger, please help Pin
Iain Clarke, Warrior Programmer18-Sep-09 4:22
Iain Clarke, Warrior Programmer18-Sep-09 4:22 
AnswerRe: WM_LBUTTONUP does not trigger, please help Pin
ouly23-Sep-09 17:55
ouly23-Sep-09 17:55 
QuestionHow to visually click the radio button in propertypage. [modified] Pin
DevelopmentNoob17-Sep-09 15:24
DevelopmentNoob17-Sep-09 15:24 
AnswerRe: How to visually click the radio button in propertypage. Pin
David Crow17-Sep-09 16:40
David Crow17-Sep-09 16:40 
GeneralRe: How to visually click the radio button in propertypage. Pin
DevelopmentNoob17-Sep-09 16:53
DevelopmentNoob17-Sep-09 16:53 
AnswerRe: How to visually click the radio button in propertypage. Pin
vasu_sri17-Sep-09 19:23
vasu_sri17-Sep-09 19:23 
first, declare as CButton type member variable in your .h file.
ex : CButton m_RadioBtn1;


after that, in InitDialog, call SetCheck() function and pass TRUE or 1
as argument.

m_RadioBtn1.SetCheck(1);

it should work.

Regards,
Srinivas

GeneralRe: How to visually click the radio button in propertypage. Pin
vasu_sri17-Sep-09 19:27
vasu_sri17-Sep-09 19:27 
QuestionMS09-035 Zero Day bug Pin
fredsparkle17-Sep-09 11:29
fredsparkle17-Sep-09 11:29 
AnswerRe: MS09-035 Zero Day bug Pin
Randor 17-Sep-09 12:33
professional Randor 17-Sep-09 12:33 
AnswerRe: MS09-035 Zero Day bug Pin
Joe Woodbury17-Sep-09 17:39
professionalJoe Woodbury17-Sep-09 17:39 
QuestionRFC 868 [solved] Pin
David Crow17-Sep-09 10:38
David Crow17-Sep-09 10:38 
AnswerRe: RFC 868 Pin
CPallini17-Sep-09 10:57
mveCPallini17-Sep-09 10:57 
GeneralRe: RFC 868 Pin
David Crow17-Sep-09 11:01
David Crow17-Sep-09 11:01 
GeneralRe: RFC 868 Pin
CPallini17-Sep-09 11:04
mveCPallini17-Sep-09 11:04 
GeneralRe: RFC 868 Pin
David Crow17-Sep-09 16:31
David Crow17-Sep-09 16:31 
GeneralRe: RFC 868 Pin
CPallini17-Sep-09 20:38
mveCPallini17-Sep-09 20:38 
GeneralRe: RFC 868 Pin
David Crow18-Sep-09 2:30
David Crow18-Sep-09 2:30 
AnswerRe: RFC 868 Pin
Stuart Dootson17-Sep-09 11:05
professionalStuart Dootson17-Sep-09 11:05 
AnswerRe: RFC 868 Pin
Stuart Dootson17-Sep-09 13:45
professionalStuart Dootson17-Sep-09 13:45 
GeneralRe: RFC 868 Pin
David Crow17-Sep-09 16:30
David Crow17-Sep-09 16:30 
GeneralRe: RFC 868 Pin
Joe Woodbury17-Sep-09 17:40
professionalJoe Woodbury17-Sep-09 17:40 
GeneralRe: RFC 868 Pin
Stuart Dootson17-Sep-09 20:59
professionalStuart Dootson17-Sep-09 20:59 
GeneralRe: RFC 868 Pin
David Crow18-Sep-09 2:28
David Crow18-Sep-09 2:28 

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.