Click here to Skip to main content
15,891,745 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionWhat is this message telling me? Pin
Bert Fegyverneki26-Mar-10 6:00
Bert Fegyverneki26-Mar-10 6:00 
AnswerRe: What is this message telling me? Pin
Ghydo26-Mar-10 7:34
Ghydo26-Mar-10 7:34 
GeneralRe: What is this message telling me? Pin
Bert Fegyverneki26-Mar-10 9:22
Bert Fegyverneki26-Mar-10 9:22 
GeneralRe: What is this message telling me? Pin
Ghydo26-Mar-10 10:25
Ghydo26-Mar-10 10:25 
QuestionDisplay current time in Label control Pin
Lucidation26-Mar-10 5:30
Lucidation26-Mar-10 5:30 
AnswerRe: Display current time in Label control Pin
Luc Pattyn26-Mar-10 5:54
sitebuilderLuc Pattyn26-Mar-10 5:54 
GeneralRe: Display current time in Label control Pin
Lucidation26-Mar-10 6:28
Lucidation26-Mar-10 6:28 
GeneralRe: Display current time in Label control Pin
Luc Pattyn26-Mar-10 6:44
sitebuilderLuc Pattyn26-Mar-10 6:44 
Hi,


1.
as long as there are compiler errors, you are not running your new code.

you are either running a previous version (the last EXE that got build successfully), or not at all.
which it is depends on some option (see menu Tools/Options/Projects and Solutions/Build and Run/On Run, when errors occur...; I suggest "Do not launch").

2.
this->label1->Text=DateTime::Now.ToString("T");

works fine for me.

Smile | :)

GeneralRe: Display current time in Label control Pin
Lucidation26-Mar-10 7:07
Lucidation26-Mar-10 7:07 
GeneralRe: Display current time in Label control Pin
Ghydo26-Mar-10 7:37
Ghydo26-Mar-10 7:37 
GeneralRe: Display current time in Label control Pin
Lucidation26-Mar-10 7:44
Lucidation26-Mar-10 7:44 
QuestionChange text color Pin
jashimu25-Mar-10 4:14
jashimu25-Mar-10 4:14 
AnswerRe: Change text color Pin
Andreoli Carlo25-Mar-10 6:01
professionalAndreoli Carlo25-Mar-10 6:01 
AnswerRe: Change text color Pin
Richard MacCutchan25-Mar-10 6:01
mveRichard MacCutchan25-Mar-10 6:01 
QuestionWindows XP Problems since updating from VS2005 to VS2008 Pin
Joschwenk66623-Mar-10 11:07
Joschwenk66623-Mar-10 11:07 
AnswerRe: Windows XP Problems since updating from VS2005 to VS2008 Pin
T210224-Mar-10 19:18
T210224-Mar-10 19:18 
QuestionProblem : Converting a System::String^ to char[512] Pin
vidasco18-Mar-10 1:07
vidasco18-Mar-10 1:07 
AnswerRe: Problem : Converting a System::String^ to char[512] Pin
Andreoli Carlo18-Mar-10 1:21
professionalAndreoli Carlo18-Mar-10 1:21 
AnswerRe: Problem : Converting a System::String^ to char[512] Pin
Richard MacCutchan18-Mar-10 3:20
mveRichard MacCutchan18-Mar-10 3:20 
Questionextend class and casting Pin
Andreoli Carlo18-Mar-10 0:20
professionalAndreoli Carlo18-Mar-10 0:20 
AnswerRe: extend class and casting Pin
teejayem18-Mar-10 8:15
teejayem18-Mar-10 8:15 
GeneralRe: extend class and casting Pin
Andreoli Carlo18-Mar-10 22:05
professionalAndreoli Carlo18-Mar-10 22:05 
QuestionConvert CString array to System::String Pin
Anu_Bala16-Mar-10 18:14
Anu_Bala16-Mar-10 18:14 
AnswerRe: Convert CString array to System::String Pin
Richard MacCutchan16-Mar-10 22:20
mveRichard MacCutchan16-Mar-10 22:20 
AnswerRe: Convert CString array to System::String Pin
teejayem17-Mar-10 2:08
teejayem17-Mar-10 2:08 

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.