Goran Level: Moderator
 Registered: 16-05-2002 Posts: 1681
|
Re: Images
I am not sure what exactly did you mean by making a program that has companies logo on a form. But I assume that you are using LoadPicture method to load logo to your form. Now, if you are loading picture in a PictureBox or ImageBox, you can set Picture property of those controls in design time to logo that you want to be displayed. Or you can add this logo to an ImageList control, which can be accessed by referencing to Project-Components-Microsoft Windows Common Controls. In both ways your logo will be distributed with the projects .exe file.
____________________________
If you find the answer helpful, please mark this topic as solved.
|