Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: date [modified] Pin
yogendra kaushik6-Jun-06 19:58
yogendra kaushik6-Jun-06 19:58 
GeneralRe: date [modified] Pin
_AnsHUMAN_ 6-Jun-06 20:10
_AnsHUMAN_ 6-Jun-06 20:10 
GeneralRe: date [modified] Pin
yogendra kaushik6-Jun-06 20:27
yogendra kaushik6-Jun-06 20:27 
GeneralRe: date [modified] Pin
_AnsHUMAN_ 6-Jun-06 20:33
_AnsHUMAN_ 6-Jun-06 20:33 
GeneralRe: date [modified] Pin
yogendra kaushik6-Jun-06 20:52
yogendra kaushik6-Jun-06 20:52 
GeneralRe: date [modified] Pin
_AnsHUMAN_ 6-Jun-06 21:00
_AnsHUMAN_ 6-Jun-06 21:00 
GeneralRe: date [modified] Pin
_AnsHUMAN_ 6-Jun-06 21:01
_AnsHUMAN_ 6-Jun-06 21:01 
GeneralRe: date [modified] Pin
p_6-Jun-06 21:42
p_6-Jun-06 21:42 
///////////plz do reply///////////////

thanks this will works but how itwill be converted into mysql format


m_datetime .UpdateData();
char *str=new char[100];
m_datetime.GetWindowText (str,10);
AfxMessageBox(str);
now how can i convert str into string so that iw will store in mysql table;

can i convert it wuth this but as str is not redefined so wat can i do now
SYSTEMTIME m_jdate;
GetSystemTime(&m_jdate);
CString s;
s.Format("%04d/%02d/%02d",m_jdate.wYear ,m_jdate.wMonth,m_jdate.wD




hi

-- modified at 4:11 Wednesday 7th June, 2006
AnswerRe: date Pin
Laxman Auti6-Jun-06 1:43
Laxman Auti6-Jun-06 1:43 
AnswerRe: date Pin
David Crow6-Jun-06 3:28
David Crow6-Jun-06 3:28 
GeneralRe: date Pin
p_6-Jun-06 3:48
p_6-Jun-06 3:48 
QuestionRe: date Pin
David Crow6-Jun-06 3:55
David Crow6-Jun-06 3:55 
QuestionHow to copy from CBitmap to CBitmap Pin
gomez_a6-Jun-06 1:18
gomez_a6-Jun-06 1:18 
AnswerRe: How to copy from CBitmap to CBitmap Pin
V_shr6-Jun-06 1:31
V_shr6-Jun-06 1:31 
GeneralRe: How to copy from CBitmap to CBitmap Pin
ThatsAlok6-Jun-06 1:59
ThatsAlok6-Jun-06 1:59 
GeneralRe: How to copy from CBitmap to CBitmap Pin
V_shr6-Jun-06 2:11
V_shr6-Jun-06 2:11 
GeneralRe: How to copy from CBitmap to CBitmap Pin
gomez_a6-Jun-06 2:26
gomez_a6-Jun-06 2:26 
GeneralRe: How to copy from CBitmap to CBitmap Pin
ThatsAlok6-Jun-06 18:41
ThatsAlok6-Jun-06 18:41 
GeneralRe: How to copy from CBitmap to CBitmap Pin
Hamid_RT6-Jun-06 2:21
Hamid_RT6-Jun-06 2:21 
GeneralRe: How to copy from CBitmap to CBitmap Pin
ThatsAlok6-Jun-06 18:42
ThatsAlok6-Jun-06 18:42 
GeneralRe: How to copy from CBitmap to CBitmap Pin
Hamid_RT6-Jun-06 18:56
Hamid_RT6-Jun-06 18:56 
AnswerRe: How to copy from CBitmap to CBitmap Pin
ThatsAlok6-Jun-06 1:59
ThatsAlok6-Jun-06 1:59 
GeneralRe: How to copy from CBitmap to CBitmap Pin
gomez_a6-Jun-06 2:43
gomez_a6-Jun-06 2:43 
GeneralRe: How to copy from CBitmap to CBitmap Pin
Hamid_RT6-Jun-06 2:52
Hamid_RT6-Jun-06 2:52 
GeneralRe: How to copy from CBitmap to CBitmap Pin
gomez_a6-Jun-06 5:24
gomez_a6-Jun-06 5:24 

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.