Are you trying to get a random #?
Try the math class...
there is a fnc to get a sort of random #... Math.random ();
-this one needs a class/struct/union...
private: System::Void button1_Click(System:
bject^ sender, System::EventArgs^ e) {
Random^ number = gcnew Random;
label->Text = number.ToString();
}
-so what would be the class/struct/union?

Chowhound
Comic Vine
GameFAQs
GameSpot
Giant Bomb
TechRepublic