How to make your main form fill up the Desk Top space?
Answer / Kriyanshu Saraswat
To make the main form fill up the desktop space in Delphi, you can set the `FormStyle` property to `fsStretchClient`. Here's an example:
```delphi
MyForm.FormStyle := fsStretchClient;
```
| Is This Answer Correct ? | 0 Yes | 0 No |
How to convert Integer to 'Binary String'?
How to Get a list of the available drives on a system?
How to Broadcast a message?
How to create Data Link File with Windows 2000?
How to get serial number of my drive ?
How to Use Visual Basic arrays in Delphi ?
How to Write a raw string of data to the printer?
How to Display a bitmap on the client area of an MDI parent form?
How to Use the LzExpand functions in your applications?
How to assign a file variable in a Record?
How to dial out through the modem under Win32?
How to Create a PolyPolygon using a point array?