| View previous topic :: View next topic |
| Author |
Message |
Negima I post too much
Reputation: 5
Joined: 22 May 2007 Posts: 2221
|
Posted: Sat Sep 29, 2007 3:54 pm Post subject: Problem with making Icons with VB |
|
|
| When I make an Icon in paint I save it with the .ico extension, but wen I try to make it my VB app's icon it says FP.ico is not a valid icon (FP being what I named it). anyone know how I can fix this?
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Sat Sep 29, 2007 3:57 pm Post subject: Re: Problem with making Icons with VB |
|
|
| Negima wrote: | | When I make an Icon in paint I save it with the .ico extension, but wen I try to make it my VB app's icon it says FP.ico is not a valid icon (FP being what I named it). anyone know how I can fix this? |
You can't make .ICO files in Paint. Let me guess, you saved it as .BMP (Or something else) and renamed the extension?
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
Negima I post too much
Reputation: 5
Joined: 22 May 2007 Posts: 2221
|
Posted: Sat Sep 29, 2007 4:01 pm Post subject: Re: Problem with making Icons with VB |
|
|
| Xenephobe wrote: | | Negima wrote: | | When I make an Icon in paint I save it with the .ico extension, but wen I try to make it my VB app's icon it says FP.ico is not a valid icon (FP being what I named it). anyone know how I can fix this? |
You can't make .ICO files in Paint. Let me guess, you saved it as .BMP (Or something else) and renamed the extension? | No, I saved it as a .ico
|
|
| Back to top |
|
 |
pimpstonie Advanced Cheater
Reputation: 0
Joined: 27 Sep 2007 Posts: 70
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Sat Sep 29, 2007 4:35 pm Post subject: Re: Problem with making Icons with VB |
|
|
| Negima wrote: | | Xenephobe wrote: | | Negima wrote: | | When I make an Icon in paint I save it with the .ico extension, but wen I try to make it my VB app's icon it says FP.ico is not a valid icon (FP being what I named it). anyone know how I can fix this? |
You can't make .ICO files in Paint. Let me guess, you saved it as .BMP (Or something else) and renamed the extension? | No, I saved it as a .ico |
Same thing as what I said. You used a different image type filter, and changed the extension.
EDIT: Resave the image as .png, give it to me and I'll give you a valid icon file.
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Sat Sep 29, 2007 5:23 pm Post subject: |
|
|
Well, I have a light-weight image viewer that can convert any format. I've already sent him the icon.
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sat Sep 29, 2007 5:24 pm Post subject: |
|
|
| Xenephobe wrote: |
Well, I have a light-weight image viewer that can convert any format. I've already sent him the icon. |
Heh, np. Just tossing it up here incase he/she wants to make more later on and wishes to convert them him/her-self.
|
|
| Back to top |
|
 |
sponge I'm a spammer
Reputation: 1
Joined: 07 Nov 2006 Posts: 6009
|
|
| Back to top |
|
 |
MegaForum Grandmaster Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 558
|
Posted: Sat Sep 29, 2007 7:59 pm Post subject: |
|
|
don't you have to place the icon on the coding bored as a blanck first, then code it and apply the picture of what you want the icon to be?
correct me if im wrong.
|
|
| Back to top |
|
 |
|