|
-
Feb 10th, 2000, 10:59 PM
#1
Thread Starter
New Member
How do I place an Image on an *.exe, Can anyone help me?
-
Feb 10th, 2000, 11:10 PM
#2
Junior Member
Like Thomasellis said, what do you want the picture on?, a form?, a button?, to appear when you start a vb program?
-
Feb 10th, 2000, 11:17 PM
#3
Thread Starter
New Member
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.
-
Feb 10th, 2000, 11:28 PM
#4
Junior Member
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
-
Feb 11th, 2000, 12:36 PM
#5
Thread Starter
New Member
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, 12:43 PM
#6
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|