> Ups. window.maximize ist in RB 2005 drin. > > Such mal den passenden Declarebefehl für ShowWindow. Ruf es auf mit 3 > als Modus.
#if TargetWin32 then
CONST SW_MAXIMIZE = 3
Declare Function ShowWindow Lib "user32" (hwnd As Integer, nCmdShow As
Integer) As Integer
result = ShowWindow(GetForegroundWindow, SW_MAXIMIZE)
#endif
OK, so geht es auch. Merci!
Gruss
Mike Ott
