|
-
Oct 1st, 2002, 04:42 PM
#1
Thread Starter
Fanatic Member
How do I create an Icon for my application.
I have created a picture in paint and saved it as a bitmap. Now how do I make my application executable have this picture as its icon?
-
Oct 1st, 2002, 04:46 PM
#2
Set it as the icon of a form in your app, then open the Project properties. In there somewhere you can set the "Use Icon from this object for Application" (it has a drop down with the list of all your forms).
BTW: Bitmaps do not make good icons.... might want to do a search for an icon editor... IconForge is one. You can usualy import a bitmap, then export it as an ICO file.
-
Oct 1st, 2002, 04:47 PM
#3
You'll need to convert it to a .ico file. There are many shareware apps that can do this.
Also try Microangelo
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Oct 1st, 2002, 04:48 PM
#4
-
Oct 1st, 2002, 04:48 PM
#5
Frenzied Member
You should have this picture as an icon .ico. Select this icon for Icon property of your main form (frmMain) or whatever you have.
Then go to menu > Project > Project XXX.. Properties. Click on Make tab and under Application > Icon select your form name (frmMain).
-
Oct 1st, 2002, 06:19 PM
#6
PowerPoster
Re: How do I create an Icon for my application.
Originally posted by Avatarp
I have created a picture in paint and saved it as a bitmap. Now how do I make my application executable have this picture as its icon?
Do you mean as it's desktop shortcut icon? The Main Form Icon will dictate ehich icon is use for your shortcut...
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Oct 3rd, 2002, 09:45 AM
#7
Thread Starter
Fanatic Member
I down loaded IconForge
I created my icon with a trial version of IconForge. This may be better than saving a paint object as "name.ico" but it will cost money to get the full version of IconForge. But for my purposes paint will probably be good enough.
Thanks for your replys
-
Oct 3rd, 2002, 02:03 PM
#8
-
Oct 3rd, 2002, 02:05 PM
#9
Frenzied Member
Well...
search www.google.com lol always helps me find stuff
:::`DISCLAIMER`:::
Do NOT take anything i have posted to be truthful in any way, shape or form.
Thank You!
--------------------------------
"Never heard about "hiking" poles. I usualy just grab a stick from the nature, and use that as a pole." - NoteMe
"Finaly I can look as gay as I want..." - NoteMe
Languages: VB6, BASIC, Java, C#. C++
-
Oct 3rd, 2002, 02:08 PM
#10
PowerPoster
Well
www.davecentral.com
This is where I get my simple, but useful, utilities...
Damn they shut down the site (been awhile)...
Try www.download.com
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Oct 3rd, 2002, 02:10 PM
#11
Re: I down loaded IconForge
Originally posted by Avatarp
I created my icon with a trial version of IconForge. This may be better than saving a paint object as "name.ico" but it will cost money to get the full version of IconForge. But for my purposes paint will probably be good enough.
Thanks for your replys
I think iconforge never expires....
At least it was like this when I used to use it. I kinda like it
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Oct 23rd, 2002, 09:13 AM
#12
Addicted Member
Is there any way to smooth out a .ico image? I have a circle and it just looks kind of choppy. Any help is greatly appreciated.
-
Oct 23rd, 2002, 09:44 AM
#13
Thread Starter
Fanatic Member
Don't work in Paint.
Paint is great for many things but If you want make a high quality .ico you should use an icon maker program such as IconForge. You can find these programs on the Internet. Do a Goggle search for Icon Programs.
-
Oct 23rd, 2002, 08:31 PM
#14
Addicted Member
I'm not sure if that last post was for me or not but if it was, I didn't use Paint to create my icon, I used IconForge. Since it's only a 32 X 32 image I just kind of hoped that the image would be a bit cleaner. Either way, is it possible to decrease the pixel size (increase amount of pixels) in IconForge to create a better resolution?
-
Oct 24th, 2002, 12:28 PM
#15
Thread Starter
Fanatic Member
When creating an icon in IconForge
When creating a new icon you can change the resolution or size of the icon from the pop menu that comes up when you click new. You can also change the number of colors used for the icon. Depending on your computer you could us up to over 16 Million colors. So create a new icon and then paste in the image in the main window. Let me know how that works.
Last edited by Avatarp; Oct 24th, 2002 at 12:33 PM.
-
Oct 24th, 2002, 12:46 PM
#16
Junior Member
try this site http://ranfo.com/ go to the software downloads and download icon editor its freeware and really good i use it
-
Oct 24th, 2002, 03:09 PM
#17
Software Eng.
I think the best icon drawer is Microangello 98. It can be found at www.impactsoft.com
Another way to create icons is to create a bitmap file, load it into an imagelist, call the extracticon method, and extract it to a picturebox, then use SavePicture to save it as an icon.
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
|