Click here to Skip to main content
15,923,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Default Push Button Pin
Marc Soleda29-Aug-05 0:30
Marc Soleda29-Aug-05 0:30 
AnswerRe: Default Push Button Pin
John R. Shaw28-Aug-05 23:15
John R. Shaw28-Aug-05 23:15 
AnswerRe: Default Push Button Pin
toxcct29-Aug-05 1:37
toxcct29-Aug-05 1:37 
Questionhow to load dialog resource from a dll Pin
BK Pradeep28-Aug-05 22:18
BK Pradeep28-Aug-05 22:18 
AnswerRe: how to load dialog resource from a dll Pin
BK Pradeep28-Aug-05 22:27
BK Pradeep28-Aug-05 22:27 
GeneralRe: how to load dialog resource from a dll Pin
Weiye Chen31-Aug-05 15:00
Weiye Chen31-Aug-05 15:00 
AnswerRe: how to load dialog resource from a dll Pin
Weiye Chen28-Aug-05 23:02
Weiye Chen28-Aug-05 23:02 
QuestionPlz Help : about selection of Date Pin
parims28-Aug-05 21:22
parims28-Aug-05 21:22 
hai,
I am not getting selected Date
I wrote code like these.....
Here m_month --- is CMonthCalCtrl member variable
Date Field is getting error.
Month and Year fileds are getting Correctly.
Plz Help me.
This is Urgent need..,
------->

CString strDate;
CTime ct;
m_month.GetCurSel(ct);
strDate.Format("%2d-%2d-%2d",ct.GetDay(),ct.GetMonth(),ct.GetYear());
MessageBox(strDate);

---

Praveen Chowdam Kumar
AnswerRe: Plz Help : about selection of Date Pin
Marc Soleda28-Aug-05 22:08
Marc Soleda28-Aug-05 22:08 
General[Message Deleted] Pin
Marc Soleda29-Aug-05 0:20
Marc Soleda29-Aug-05 0:20 
AnswerRe: Plz Help : about selection of Date Pin
Marc Soleda29-Aug-05 0:31
Marc Soleda29-Aug-05 0:31 
QuestionHow to capture KeyDown event in Dialogue based MFC Application ? Pin
Amarelia28-Aug-05 20:41
Amarelia28-Aug-05 20:41 
AnswerRe: How to capture KeyDown event in Dialogue based MFC Application ? Pin
Jose Lamas Rios28-Aug-05 21:04
Jose Lamas Rios28-Aug-05 21:04 
GeneralRe: How to capture KeyDown event in Dialogue based MFC Application ? Pin
Amarelia29-Aug-05 0:14
Amarelia29-Aug-05 0:14 
AnswerRe: How to capture KeyDown event in Dialogue based MFC Application ? Pin
Marc Soleda28-Aug-05 21:07
Marc Soleda28-Aug-05 21:07 
QuestionRe: How to capture KeyDown event in Dialogue based MFC Application ? Pin
Eytukan28-Aug-05 22:49
Eytukan28-Aug-05 22:49 
AnswerRe: How to capture KeyDown event in Dialogue based MFC Application ? Pin
Eytukan28-Aug-05 22:57
Eytukan28-Aug-05 22:57 
GeneralRe: How to capture KeyDown event in Dialogue based MFC Application ? Pin
Marc Soleda28-Aug-05 23:05
Marc Soleda28-Aug-05 23:05 
QuestionRe: How to capture KeyDown event in Dialogue based MFC Application ? Pin
Eytukan28-Aug-05 23:55
Eytukan28-Aug-05 23:55 
GeneralRe: How to capture KeyDown event in Dialogue based MFC Application ? Pin
Amarelia29-Aug-05 0:15
Amarelia29-Aug-05 0:15 
QuestionKill Win32 Application Pin
MadhukarG28-Aug-05 20:35
MadhukarG28-Aug-05 20:35 
AnswerRe: Kill Win32 Application Pin
Zdeslav Vojkovic28-Aug-05 21:18
Zdeslav Vojkovic28-Aug-05 21:18 
GeneralRe: Kill Win32 Application Pin
Zdeslav Vojkovic28-Aug-05 21:19
Zdeslav Vojkovic28-Aug-05 21:19 
AnswerRe: Kill Win32 Application Pin
Cedric Moonen28-Aug-05 21:18
Cedric Moonen28-Aug-05 21:18 
AnswerRe: Kill Win32 Application Pin
Marc Soleda28-Aug-05 21:23
Marc Soleda28-Aug-05 21:23 

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.