hey leute sorry ich nochmal, hab hier zu kämpfen mit ner störrischen messagebox:
if Application.MessageBox('Hey Ollum hast du korekt bock auf tool dicht mache ?', 'Programm Beenden', MB_ICONWARNING or MB_YESNO ) = ID_YES then Close;
das geht auch ohne probleme aber wenn ich jetzt weiter machen like this:
Delphi-Quellcode:
if Application.MessageBox('Hey Ollum hast du korekt bock auf tool dicht mache ?', 'Programm Beenden', MB_ICONWARNING or MB_YESNO ) = ID_YES then Close
else
blabla
verschwindet die form und das soll sie nicht ?
danke für hilfe