if (strcmp(txt1->Text, "passwort") == 0)
MessageBox::Show("Good");
else
MessageBox::Show("Bad"); if ((txt1->Text->CompareTo("pass")) == 0)
MessageBox::Show("Good");
else
MessageBox::Show("Bad");
if ((txt1->Text->Compare("pass", "pass")) == 0)
MessageBox::Show("Good");
else
MessageBox::Show("Bad");
Eine bat datei online ausführen
gast57 07.11.2008 - 26 Hits - 9 Antworten
einer Zelle in Excel noch einen Text zu ordnen
PollerX 10.11.2008 - 34 Hits - 1 Antwort
Java Text-Datei einlesen mit LineNumberReader
Hallo156 24.04.2009 - 1385 Hits - 2 Antworten
VB6 Text einer MSBox eines anderen Programmes.
HerrFragtSich 06.10.2009 - 219 Hits - 1 Antwort