Este es es codigo, lo estoy realizando en Visual Basic 2010.
Código
#pragma endregion private: System::Void textBox1_TextChanged(System::Object^ sender, System::EventArgs^ e) { } private: System::Void textBox2_TextChanged(System::Object^ sender, System::EventArgs^ e) { this->textBox2->PasswordChar='*'; } private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) { if (textBox1->Text=="Victortgpc" && textBox2->Text=="051520") { BasedeDatos ^ ObjectForm=gcnew BasedeDatos; ObjectForm->ShowDialog (this); } else MessageBox::Show("ERROR: Contraseña o Usuario Incorrectos"); textBox1->Text=""; textBox2->Text=""; } private: System::Void Form1_Load(System::Object^ sender, System::EventArgs^ e) { label1->Text="Usuario"; label2->Text="contraseña"; button1->Text="Aceptar"; } }; }
alguna manera de agregar esto ? de verdad les agradecería la ayuda chicos!!
· Los códigos deben ir en etiquetas GeSHi
· Cada cosa va en su subforo, esto no es C/C++
>aquí las reglas del foro
-Engel Lex