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

Managed C++/CLI

 
GeneralRe: Conver Data Type Problem Pin
dataminers16-Jun-06 12:58
dataminers16-Jun-06 12:58 
QuestionHow to Create Array of Labels on the Run-Time ? Pin
dataminers16-Jun-06 2:34
dataminers16-Jun-06 2:34 
AnswerRe: How to Create Array of Labels on the Run-Time ? [modified] Pin
2bee 16-Jun-06 2:46
2bee 16-Jun-06 2:46 
GeneralRe: How to Create Array of Labels on the Run-Time ? Pin
dataminers16-Jun-06 3:58
dataminers16-Jun-06 3:58 
GeneralRe: How to Create Array of Labels on the Run-Time ? [modified] Pin
2bee 16-Jun-06 4:08
2bee 16-Jun-06 4:08 
GeneralRe: How to Create Array of Labels on the Run-Time ? Pin
dataminers16-Jun-06 5:31
dataminers16-Jun-06 5:31 
AnswerRe: How to Create Array of Labels on the Run-Time ? [modified] Pin
2bee 16-Jun-06 6:50
2bee 16-Jun-06 6:50 
GeneralRe: How to Create Array of Labels on the Run-Time ? Pin
dataminers16-Jun-06 13:11
dataminers16-Jun-06 13:11 
No Error Occur But I Can't See Label on the Form

array<label^>^ myLabelArray = gcnew array<label^>(10);
myLabelArray[0] = gcnew Label();
myLabelArray[0]->AutoSize = true;
myLabelArray[0]->Location = System::Drawing::Point(100, 10);
myLabelArray[0]->Name = L"lblX";
myLabelArray[0]->Size = System::Drawing::Size(63, 13);
myLabelArray[0]->Text = "HELLO";
myLabelArray[0]->TabIndex = 50;
myLabelArray[0]->Visible = true;

Sigh | :sigh:

Best Regards
AnswerRe: How to Create Array of Labels on the Run-Time ? Pin
2bee 16-Jun-06 21:29
2bee 16-Jun-06 21:29 
GeneralRe: How to Create Array of Labels on the Run-Time ? Pin
dataminers18-Jun-06 11:21
dataminers18-Jun-06 11:21 
QuestionStill Image Architecture Pin
allenmpcx15-Jun-06 22:06
allenmpcx15-Jun-06 22:06 
QuestionRe: Still Image Architecture Pin
Jun Du16-Jun-06 8:54
Jun Du16-Jun-06 8:54 
AnswerRe: Still Image Architecture Pin
allenmpcx16-Jun-06 11:32
allenmpcx16-Jun-06 11:32 
QuestionLoading Resource Pin
John R. Shaw15-Jun-06 1:05
John R. Shaw15-Jun-06 1:05 
AnswerRe: Loading Resource Pin
2bee 15-Jun-06 1:48
2bee 15-Jun-06 1:48 
GeneralRe: Loading Resource Pin
John R. Shaw15-Jun-06 2:21
John R. Shaw15-Jun-06 2:21 
QuestionSocket Program Pin
Rahul.RK14-Jun-06 21:43
Rahul.RK14-Jun-06 21:43 
QuestionHow do I use .net framework2.0? Pin
calljunki14-Jun-06 11:26
calljunki14-Jun-06 11:26 
AnswerRe: How do I use .net framework2.0? Pin
Nish Nishant14-Jun-06 11:46
sitebuilderNish Nishant14-Jun-06 11:46 
QuestionShutdown Computer Through C Program. Pin
Droze14-Jun-06 9:31
Droze14-Jun-06 9:31 
AnswerRe: Shutdown Computer Through C Program. Pin
Jun Du14-Jun-06 9:53
Jun Du14-Jun-06 9:53 
GeneralRe: Shutdown Computer Through C Program. Pin
Droze14-Jun-06 10:12
Droze14-Jun-06 10:12 
GeneralRe: Shutdown Computer Through C Program. Pin
Jun Du14-Jun-06 11:01
Jun Du14-Jun-06 11:01 
AnswerRe: Shutdown Computer Through C Program. Pin
Droze15-Jun-06 4:05
Droze15-Jun-06 4:05 
QuestionAdministrative system of parking tower [modified] Pin
lulu044114-Jun-06 7:53
lulu044114-Jun-06 7:53 

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.