Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Change the bold effect when create a control. Pin
_AnsHUMAN_ 21-Sep-08 23:35
_AnsHUMAN_ 21-Sep-08 23:35 
AnswerRe: Change the bold effect when create a control. Pin
shubhi21-Sep-08 23:19
shubhi21-Sep-08 23:19 
QuestionRe: Change the bold effect when create a control. Pin
David Crow22-Sep-08 2:30
David Crow22-Sep-08 2:30 
AnswerRe: Change the bold effect when create a control. Pin
Mark Salsbery22-Sep-08 5:39
Mark Salsbery22-Sep-08 5:39 
QuestionFlash Window Pin
tanmay.kol21-Sep-08 21:16
tanmay.kol21-Sep-08 21:16 
AnswerRe: Flash Window Pin
Cedric Moonen21-Sep-08 21:20
Cedric Moonen21-Sep-08 21:20 
AnswerRe: Flash Window Pin
_AnsHUMAN_ 21-Sep-08 21:23
_AnsHUMAN_ 21-Sep-08 21:23 
QuestionRe: Flash Window Pin
Rajesh R Subramanian21-Sep-08 21:24
professionalRajesh R Subramanian21-Sep-08 21:24 
AnswerRe: Flash Window Pin
Hamid_RT22-Sep-08 19:12
Hamid_RT22-Sep-08 19:12 
QuestionInstalling drivers and Inno Setup Pin
AnithaSubramani21-Sep-08 21:15
AnithaSubramani21-Sep-08 21:15 
AnswerRe: Installing drivers and Inno Setup Pin
_AnsHUMAN_ 21-Sep-08 21:24
_AnsHUMAN_ 21-Sep-08 21:24 
Questionones compliment of zero Pin
spicy_kid200021-Sep-08 20:38
spicy_kid200021-Sep-08 20:38 
AnswerRe: ones compliment of zero Pin
Cedric Moonen21-Sep-08 20:44
Cedric Moonen21-Sep-08 20:44 
GeneralRe: ones compliment of zero Pin
spicy_kid200021-Sep-08 21:19
spicy_kid200021-Sep-08 21:19 
QuestionRe: ones compliment of zero Pin
CPallini21-Sep-08 21:28
mveCPallini21-Sep-08 21:28 
AnswerRe: ones compliment of zero Pin
spicy_kid200021-Sep-08 21:36
spicy_kid200021-Sep-08 21:36 
GeneralRe: ones compliment of zero Pin
Cedric Moonen21-Sep-08 21:40
Cedric Moonen21-Sep-08 21:40 
GeneralRe: ones compliment of zero Pin
spicy_kid200021-Sep-08 21:47
spicy_kid200021-Sep-08 21:47 
GeneralRe: ones compliment of zero Pin
Cedric Moonen21-Sep-08 21:49
Cedric Moonen21-Sep-08 21:49 
GeneralRe: ones compliment of zero Pin
CPallini21-Sep-08 21:52
mveCPallini21-Sep-08 21:52 
GeneralRe: ones compliment of zero Pin
CPallini21-Sep-08 21:49
mveCPallini21-Sep-08 21:49 
GeneralRe: ones compliment of zero Pin
enhzflep21-Sep-08 21:37
enhzflep21-Sep-08 21:37 
QuestionChange Date format Pin
manju#12321-Sep-08 20:29
manju#12321-Sep-08 20:29 
Hi all.

I want to change a date format from dd/mm/yyyy to yyyy/mm/dd..
suppose i am getting date as..


Date = 12/04/2008 i want it to be changed to 2008/04/12..

I am trying with the below code but i am getting the system time..

the code is

CString Date,Datee;
Date = "12/05/2008;"
SYSTEMTIME sysTime;
GetSystemTime(&sysTime);
Datee.Format("%04d%02d%02d",sysTime.wYear,sysTime.wMonth,sysTime.wDay);


can anyone help me

manju

Hi..
I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++
manju

AnswerRe: Change Date format Pin
Cedric Moonen21-Sep-08 20:35
Cedric Moonen21-Sep-08 20:35 
AnswerRe: Change Date format Pin
_AnsHUMAN_ 21-Sep-08 20:36
_AnsHUMAN_ 21-Sep-08 20:36 

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.