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

Managed C++/CLI

 
Questionhave a question for a hw assiment, don't know how to do it? Pin
bigtimer102212-Mar-07 17:38
bigtimer102212-Mar-07 17:38 
AnswerRe: have a question for a hw assiment, don't know how to do it? Pin
User 58385212-Mar-07 19:09
User 58385212-Mar-07 19:09 
GeneralRe: have a question for a hw assiment, don't know how to do it? Pin
bigtimer102212-Mar-07 19:18
bigtimer102212-Mar-07 19:18 
GeneralRe: have a question for a hw assiment, don't know how to do it? Pin
User 58385212-Mar-07 19:22
User 58385212-Mar-07 19:22 
AnswerRe: have a question for a hw assiment, don't know how to do it? Pin
Christian Graus14-Mar-07 9:30
protectorChristian Graus14-Mar-07 9:30 
Questiondynamic pictureBox creation Pin
sarah_malik12-Mar-07 9:08
sarah_malik12-Mar-07 9:08 
AnswerRe: dynamic pictureBox creation Pin
Jeff J Anderson12-Mar-07 9:18
Jeff J Anderson12-Mar-07 9:18 
GeneralRe: dynamic pictureBox creation Pin
sarah_malik12-Mar-07 9:57
sarah_malik12-Mar-07 9:57 
Hi kilroytrout,

I have done this in the Form_load as follows:
<br />
pictureBoxX = gcnew System::Windows::Forms::PictureBox();<br />
pictureBoxX->Location = System::Drawing::Point(24, 262);<br />
pictureBoxX->Name = L"pictureBoxX";<br />
pictureBoxX->Size = System::Drawing::Size(45, 49);<br />
pictureBoxX->SizeMode = System::Windows::Forms::PictureBoxSizeMode::Zoom;<br />
pictureBoxX->Image = Drawing::Image::FromFile("avg.jpg");


but nothing appears in the form Confused | :confused:
GeneralRe: dynamic pictureBox creation Pin
Jeff J Anderson12-Mar-07 11:29
Jeff J Anderson12-Mar-07 11:29 
GeneralRe: dynamic pictureBox creation Pin
sarah_malik12-Mar-07 12:02
sarah_malik12-Mar-07 12:02 
QuestionImage Digitalizing Pin
hoa_nguyen12-Mar-07 3:49
hoa_nguyen12-Mar-07 3:49 
AnswerRe: Image Digitalizing Pin
Christian Graus12-Mar-07 5:10
protectorChristian Graus12-Mar-07 5:10 
QuestionIs there any API available to get the cluster IP ? Pin
programvinod12-Mar-07 0:39
programvinod12-Mar-07 0:39 
QuestionRe: Is there any API available to get the cluster IP ? Pin
prasad_som12-Mar-07 2:07
prasad_som12-Mar-07 2:07 
AnswerRe: Is there any API available to get the cluster IP ? Pin
programvinod12-Mar-07 2:25
programvinod12-Mar-07 2:25 
QuestionGetClusterInformation is not working Pin
programvinod11-Mar-07 23:43
programvinod11-Mar-07 23:43 
AnswerRe: GetClusterInformation is not working Pin
prasad_som11-Mar-07 23:49
prasad_som11-Mar-07 23:49 
GeneralRe: GetClusterInformation is not working Pin
programvinod12-Mar-07 1:42
programvinod12-Mar-07 1:42 
AnswerRe: GetClusterInformation is not working Pin
prasad_som12-Mar-07 1:53
prasad_som12-Mar-07 1:53 
GeneralRe: GetClusterInformation is not working Pin
programvinod12-Mar-07 2:24
programvinod12-Mar-07 2:24 
QuestionShow the hour of execution of a process Pin
abbd11-Mar-07 19:56
abbd11-Mar-07 19:56 
AnswerRe: Show the hour of execution of a process [modified] Pin
George L. Jackson12-Mar-07 6:34
George L. Jackson12-Mar-07 6:34 
Questionquestion in using TCHAR* Pin
Stick^11-Mar-07 17:20
Stick^11-Mar-07 17:20 
AnswerRe: question in using TCHAR* Pin
Mark Salsbery11-Mar-07 17:54
Mark Salsbery11-Mar-07 17:54 
GeneralRe: question in using TCHAR* Pin
Stick^11-Mar-07 19:16
Stick^11-Mar-07 19:16 

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.