Re: Insert logo or image on Delphi 7 form


[ DelphiLand Discussion Forum ]

Posted by webmaster Guido on April 27, 2003:

In Reply to: Insert logo or image on Delphi 7 form posted by *DClub* Lionel Joyner on April 27, 2003:

: I am using Delphi 7 and want to insert a logo image on my project form. I can convert my image to a bmp format but that is as far as I have gone. ----- I would like for the logo to show up on my application. Anyone know a simple method for doing this.

-------------

I'm not exactly sure what you mean, because you say "on my project form" (probably you mean "main form" of the application?). So I'll give you two answers. Please ask again if I understood you wrong.

1. If you mean "show an image on a form", the easiest way is:
- insert a TImage component on the form;
- in the Object Inspector, doubleclick on the property PICTURE of the TImage and a dialog window for selecting an image appears. Now just navigate to the desired image and select it.

2. On the other hand, if you mean to change the project's default *icon*:
- in Delphi's menu, select Project / Options;
- in the dialog that appears, select the Application page;
- click the button to load an icon: now Delphi displays a dialog box, where you can select an icon.

 


Related Articles and Replies:


[ DelphiLand Discussion Forum ]