Help with login form(builder c++)
This is my code:
void __fastcall TForm1::Button1Click(TObject *Sender)
{
if(Edit1->Text=="telo2" )
{
Form1->Hide();
Form2->Show();
}
else
{
MessageBox(NULL,"You Entered Wrong Password!",MB_OK |MB_ICONSTOP);
How can i use enter button
i want the same also when...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.