borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Play different sounds to different output lines)Next Topic (How to list all video codecs) New Topic New Poll Post Reply
AndreaVB Forum : Multimedia : Images
Poster Message
lfox
Level: Guest


icon Images

I haven't used VB in forever and I'm in a pinch.  I had to create a program that has a companies logo on the actual form.  I've made the standalone executable and I was wondering if there is a way to embed the image right alone with it.  I've tried to open it on another pc and it won't allow me because my image is located on my home computer.

25-06-2004 at 05:46 PM
| Quote Reply
Goran
Level: Moderator

Registered: 16-05-2002
Posts: 1681
icon 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.

25-06-2004 at 09:02 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Multimedia : Images
Previous Topic (Play different sounds to different output lines)Next Topic (How to list all video codecs) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder