- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Código Fuente
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
private: System::Void bt_numeros_Click(System::Object^ sender, System::EventArgs^ e) { for (int i = 1; i <= 100; i++) { this->tb_numeros->Text += Convert::ToString(i); this->tb_numeros->Text += "\r\n"; } }
No hay comentarios:
Publicar un comentario