PDA

Click to See Complete Forum and Search --> : How do I place an Image on an *.exe, Can anyone help me?


bobkob
Feb 10th, 2000, 09:59 PM
How do I place an Image on an *.exe, Can anyone help me?

jottiwell
Feb 10th, 2000, 10:10 PM
Like Thomasellis said, what do you want the picture on?, a form?, a button?, to appear when you start a vb program?

bobkob
Feb 10th, 2000, 10:17 PM
I want it to be on the executable, when i compile the executable I want it to have an image on it. I don't want it to an image on the form or a button. just like anyother exe on my desktop it has a picture on it and I wanted know how.

jottiwell
Feb 10th, 2000, 10:28 PM
Do you mean the icon that you click on from the desktop? ( i.e. the computer on 'my computer', the bin on 'recycle bin' ) etc?.

If you do mean that then right click on the icon that's already there, goto
properties -> shortcut -> change icon

you can then change the path to the name of a bitmap which is somewhere on your hard disc, ( make it a small bitmap )

if this isn't what you wanted then type back

bobkob
Feb 11th, 2000, 11:36 AM
well when i send it to someone else the image won't be there, because they won't have the image or path, so how can i make the image embedded right on the exe so when i sent it out it'll stay there.

Feb 11th, 2000, 11:43 AM
set the image you want as the icon of any form in your project
the go to project properties
go to make tab
there under application you can select the form and the corresponding icon that you need as the icon for your application

Originally posted by bobkob:
well when i send it to someone else the image won't be there, because they won't have the image or path, so how can i make the image embedded right on the exe so when i sent it out it'll stay there.