Bonjour,
Dans mon projet j'ai 2 form
Form1 et Form2
Je tient juste a préciser que j'utilise Visual C++ 2008 Express et que je suis débutant !
Ma form1 c'est ma fenetre principal
Ma form2 c'est la ou il y a des boutons ou du texte..
Je souhaite afficher form2 en cliquant sur un bouton : "
button2"
Code du button2
// // button2// this->button2->Location = System::Drawing::Point(160, 73);this->button2->Name = L"button2";this->button2->Size = System::Drawing::Size(75, 23);this->button2->TabIndex = 7;this->button2->Text = L"Proxy Msn ";this->button2->UseVisualStyleBackColor = true;