thanks for interest and reply
c++ Builder 6
i know how to open and read
i just want to create a print file button when i click it automaticly prin the file
i created a form with questions and edit boxes for answers i found a way to send them to richedit and print them from there before sending...
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.