Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can't get local system time to show in a StatusStrip label Pin
spicture10-Dec-09 6:51
spicture10-Dec-09 6:51 
GeneralRe: Can't get local system time to show in a StatusStrip label Pin
Richard MacCutchan10-Dec-09 7:18
mveRichard MacCutchan10-Dec-09 7:18 
GeneralRe: Can't get local system time to show in a StatusStrip label Pin
spicture11-Dec-09 8:23
spicture11-Dec-09 8:23 
GeneralRe: Can't get local system time to show in a StatusStrip label Pin
spicture11-Dec-09 8:20
spicture11-Dec-09 8:20 
GeneralRe: Can't get local system time to show in a StatusStrip label Pin
Richard MacCutchan12-Dec-09 1:30
mveRichard MacCutchan12-Dec-09 1:30 
AnswerRe: Can't get local system time to show in a StatusStrip label Pin
loyal ginger9-Dec-09 10:37
loyal ginger9-Dec-09 10:37 
GeneralRe: Can't get local system time to show in a StatusStrip label Pin
spicture10-Dec-09 6:45
spicture10-Dec-09 6:45 
GeneralRe: Can't get local system time to show in a StatusStrip label Pin
spicture11-Dec-09 8:22
spicture11-Dec-09 8:22 
Thank you. I finally got it. Her is the code.
private: System::Void timer1_Tick(System::Object^  sender, System::EventArgs^  e) 
{
        DateTime^ thisDate = DateTime::Now;
	System::Windows::Forms::StatusStrip toolStripStatusLabel1;
	Form1::toolStripStatusLabel1 -> Text = String::Format("{0:f}", thisDate);
}

Questionmouse in openGL, double click ?? Pin
a04.lqd9-Dec-09 8:33
a04.lqd9-Dec-09 8:33 
Questiondoubt in CFile Pin
Rakesh59-Dec-09 6:27
Rakesh59-Dec-09 6:27 
AnswerRe: doubt in CFile Pin
Jonathan Davies9-Dec-09 6:51
Jonathan Davies9-Dec-09 6:51 
GeneralRe: doubt in CFile Pin
Rakesh59-Dec-09 7:23
Rakesh59-Dec-09 7:23 
GeneralRe: doubt in CFile Pin
Jonathan Davies9-Dec-09 7:40
Jonathan Davies9-Dec-09 7:40 
GeneralRe: doubt in CFile Pin
Richard MacCutchan9-Dec-09 8:46
mveRichard MacCutchan9-Dec-09 8:46 
AnswerRe: doubt in CFile Pin
Wes Aday9-Dec-09 6:53
professionalWes Aday9-Dec-09 6:53 
AnswerRe: doubt in CFile Pin
krmed9-Dec-09 6:58
krmed9-Dec-09 6:58 
GeneralRe: doubt in CFile Pin
Rakesh59-Dec-09 7:19
Rakesh59-Dec-09 7:19 
AnswerRe: doubt in CFile Pin
2249179-Dec-09 7:00
2249179-Dec-09 7:00 
AnswerRe: doubt in CFile Pin
David Crow9-Dec-09 7:10
David Crow9-Dec-09 7:10 
GeneralRe: doubt in CFile Pin
Mattias G9-Dec-09 10:39
Mattias G9-Dec-09 10:39 
GeneralRe: doubt in CFile Pin
Paulraj G9-Dec-09 17:15
Paulraj G9-Dec-09 17:15 
QuestionopenGL can read an bmf picture or another picture ???? Pin
a04.lqd9-Dec-09 4:17
a04.lqd9-Dec-09 4:17 
AnswerRe: openGL can read an bmf picture or another picture ???? Pin
Cedric Moonen9-Dec-09 4:23
Cedric Moonen9-Dec-09 4:23 
GeneralRe: openGL can read an bmf picture or another picture ???? Pin
a04.lqd9-Dec-09 9:44
a04.lqd9-Dec-09 9:44 
GeneralRe: openGL can read an bmf picture or another picture ???? Pin
Cedric Moonen9-Dec-09 20:15
Cedric Moonen9-Dec-09 20:15 

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.