Hi Jörg,
Mit SystemModal oder der ShowModal-Eigenschaft arbeite ich überhaupt nicht. Wenn ich es mal brauche, nutze ich die API:
Private Declare Function SetWindowPos Lib _
"User32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, _
ByVal X As Long, ByVal Y As Long, ByVal cx As Long, _
ByVal cy As Long, ByVal wFlags As Long) As Longund
Call SetWindowPos(Me.hwnd, -1, 0, 0, 0, 0, 3)
Thanks, werde ich mal ausprobieren.
MfG, Dennis.
--
Mein SelfCode: ie:{ fl:( br:> va:) ls:[ fo:) rl:( n4:# ss:) de:] js:| ch:{ sh:( mo:} zu:|
That's life - Es gibt im Leben[tm] keine Zurück-Taste. (Fabian Transchel)
Mein SelfCode: ie:{ fl:( br:> va:) ls:[ fo:) rl:( n4:# ss:) de:] js:| ch:{ sh:( mo:} zu:|
That's life - Es gibt im Leben[tm] keine Zurück-Taste. (Fabian Transchel)