How to Display a bitmap on the client area of an MDI parent
form?
Answer / Dharamveer
To display a Bitmap on the client area of an MDI (Multiple Document Interface) parent form in Delphi, you can use TImage component. Here's an example:n
1. Add TImage component to your MDI parent form.
2. Assign the Bitmap object to the Picture property of the TImage component.
3. To set the position of the bitmap, adjust the Top and Left properties of the TImage component.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to Load a locale file into the THTML component ?
How to Use the LzExpand functions in your applications?
How to avoid "Random" Exceptions being raised when using TJPEGImage or the JPEG unit?
How to Place a grid in edit mode programatically?
How to determine the week number of a given day in the year?
How to Display documents in the default browser?
How to Declare a SafeArray in the type library editor?
How to install BDE network ?
How to Create temporary canvas?
How to Detect what direction a printer will rotate for a portrait ?
How to Change delphi default directory?
'Memo too large' error with MSSQL . What does this error indicates?