Delphi-Quellcode:
function MessgeBoxDlg(
const Msg:
string; DlgType: TMsgDlgType; Buttons: TMsgDlgButtons; HelpCtx: Longint): Integer;
begin
Application.NormalizeTopMosts;
result :=
VCL.Dialogs.MessageDlg(Msg, DlgType, Buttons, HelpCtx);
Application.RestoreTopMosts;
end;
Das bringt leider nichts.
Generell frage ich mich
a) Warum nur das Programm und nicht die anderen 20 die wir portiert haben?
b) Warum nur auf einigen Rechnern?