mhmda Posted November 29, 2012 Posted November 29, 2012 Hello, When I resize the browser window the position of my window application doesn't change to match the new diminisions of browser window. how can I fix that Quote
mhmda Posted November 29, 2012 Author Posted November 29, 2012 Ok, I found it:-) MonitorScreenResize=True and procedure TMainForm.UniFormScreenResize(Sender: TObject; AWidth, AHeight: Integer); begin Left:=(AWidth-Width) div 2; Top:=(AHeight-Height) div 2; end; Good day to ALL Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.