Click here to Skip to main content
15,880,891 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: How to visually click the radio button in propertypage. Pin
vasu_sri17-Sep-09 19:27
vasu_sri17-Sep-09 19:27 
and one line is missing,

you should declare in DoDataExchange(CDataExchange* pDX) like :
void CFirstPage::DoDataExchange(CDataExchange* pDX)
{

	CPropertyPage::DoDataExchange(pDX);
	DDX_Control(pDX, IDC_RADIO_AUTOMODE, m_RadioBtn1);
        ......
        ......
}


thats it

Regards,
Srinivas

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 
QuestionRe: RFC 868 [solved] [modified] Pin
CPallini18-Sep-09 9:42
mveCPallini18-Sep-09 9:42 

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.