Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Resizing Form

Status
Not open for further replies.

new2delphi

Programmer
Joined
Oct 16, 2003
Messages
9
Location
AU
Hello,

I'm making a Notepad and I want to resize the form when the user click maximize or resize the form. I was wondering how I could do this. Thank you for reading.

-Tom
 
Hi it works but it only maximize the window. It doesn't add up the MemoBox width and height. I want something so that when it will maximize, the MemoBox will have the right height and width according to the screen resolution. Thanks.


-Tom
 
Memobox.Align := alClient. You can do this in the designer.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top