|
-
Jul 24th, 2008, 05:04 PM
#1
Thread Starter
Junior Member
[RESOLVED] Visual Basic 2008 Express Edition default icons?
Where can i find all the icons Visual Basic 2008 Express Edition uses?
-
Jul 24th, 2008, 08:06 PM
#2
Re: Visual Basic 2008 Express Edition default icons?
-
Jul 25th, 2008, 10:44 AM
#3
Thread Starter
Junior Member
Re: Visual Basic 2008 Express Edition default icons?
Nope, i already looked at that. Thats only for Visual Studio, not Visual Basic. There is no such file in common7 on my computer.
-
Jul 25th, 2008, 10:54 AM
#4
Member
Re: Visual Basic 2008 Express Edition default icons?
I am also looking for the icons that used by Visual Basic .net. It must be stored in some place.
You can make your own bmp picture (size 16*16 pixel) and insert them as menu icons or context menu icons.
The only thing you should be careful is the edge of these pictures. you can paint the edge of the picture to some color, and then in vb.net set the transparent color of that controls as the same color you used.
VB.net - A power tool for my engineering life.
-
Jul 25th, 2008, 12:01 PM
#5
Addicted Member
Re: Visual Basic 2008 Express Edition default icons?
 Originally Posted by Mr_FJ
Nope, i already looked at that. Thats only for Visual Studio, not Visual Basic. There is no such file in common7 on my computer.
Open up IE or Windows Explorer window and copy and paste
Code:
C:\Program Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\1033\
and you'll see a ZIP folder that has the icons.
If you want VB icons, they will be in the package for VS as VB is part of VS.
-
Jul 25th, 2008, 12:55 PM
#6
Thread Starter
Junior Member
Re: Visual Basic 2008 Express Edition default icons?
 Originally Posted by Zero2Cool
Open up IE or Windows Explorer window and copy and paste
Code:
C:\Program Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\1033\
and you'll see a ZIP folder that has the icons.
If you want VB icons, they will be in the package for VS as VB is part of VS.
Nope doesn't work... The only thing that is in common7 as you refer to is 3 folders: IDE, Packages and Tools... and i have checked in all of them... no icons or .zip file librarys
-
Jul 25th, 2008, 12:57 PM
#7
Thread Starter
Junior Member
Re: Visual Basic 2008 Express Edition default icons?
 Originally Posted by stripling
I am also looking for the icons that used by Visual Basic .net. It must be stored in some place.
You can make your own bmp picture (size 16*16 pixel) and insert them as menu icons or context menu icons.
The only thing you should be careful is the edge of these pictures. you can paint the edge of the picture to some color, and then in vb.net set the transparent color of that controls as the same color you used.
Orly?
-
Jul 25th, 2008, 01:21 PM
#8
Member
Re: Visual Basic 2008 Express Edition default icons?
 Originally Posted by Mr_FJ
Orly? 
what the orly mean? I am poor in english.
VB.net - A power tool for my engineering life.
-
Jul 25th, 2008, 01:24 PM
#9
Re: Visual Basic 2008 Express Edition default icons?
orly is a sarcastic way to say "Oh Really" in English. Sort of an internet thing...
http://en.wikipedia.org/wiki/O_RLY%3F
Not sure why Mr FJ felt the need to use it, perhaps he was unaware that your english is not very strong.
-
Jul 25th, 2008, 01:27 PM
#10
Re: Visual Basic 2008 Express Edition default icons?
in any event, I believe that the icon zip file is only included in the full versions of Visual Studio, and not in any express editions for any of the languages released under the express branding.
-
Jul 25th, 2008, 01:53 PM
#11
Thread Starter
Junior Member
Re: Visual Basic 2008 Express Edition default icons?
 Originally Posted by kleinma
orly is a sarcastic way to say "Oh Really" in English. Sort of an internet thing...
http://en.wikipedia.org/wiki/O_RLY%3F
Not sure why Mr FJ felt the need to use it, perhaps he was unaware that your english is not very strong.
I did not know his english was not very strong. I just thought it was kind of obvious that you could make your own icons so i made a sarcastic statement
-
Jul 25th, 2008, 03:20 PM
#12
Member
Re: Visual Basic 2008 Express Edition default icons?
Creating Icon file is not easy for someone, especially who does not have an advanced icon tool.
But people can make bmp picture with microsoft windows Paint since every windows system has the free Paint tool.
By the way, does anybody know how to make excel com Add-Ins with vb.net?
VB.net - A power tool for my engineering life.
-
Jul 25th, 2008, 03:25 PM
#13
Member
Re: Visual Basic 2008 Express Edition default icons?
 Originally Posted by Mr_FJ
I did not know his english was not very strong. I just thought it was kind of obvious that you could make your own icons  so i made a sarcastic statement 
I speak English, and you will be definitely frustrated if you read some posts by french guy.
VB.net - A power tool for my engineering life.
-
Jul 25th, 2008, 03:26 PM
#14
Re: Visual Basic 2008 Express Edition default icons?
This program is great for making icons, and you can make icons from any valid picture formats, so you could take a picture of yourself if you wanted, and make it into an icon.
there is a trial version for I think 30 days, so you can check it out
http://www.axialis.com/iconworkshop/
As far as excel add-ins, that is a totally different topic. You should make a new thread if you have questions about it.
-
Jul 25th, 2008, 08:11 PM
#15
Re: Visual Basic 2008 Express Edition default icons?
 Originally Posted by kleinma
in any event, I believe that the icon zip file is only included in the full versions of Visual Studio, and not in any express editions for any of the languages released under the express branding.
I only have the 2008 Express edition and the zip file in question is in the location in the post above.
I think the OP is looking for it in the wrong folder.
-
Jul 26th, 2008, 07:17 PM
#16
Thread Starter
Junior Member
Re: Visual Basic 2008 Express Edition default icons?
Well it's not there for me i can post a screen if i need to?
so could anyone maybe upload the zip file on rapidshare for me or something?
-
Jul 27th, 2008, 07:57 AM
#17
Re: Visual Basic 2008 Express Edition default icons?
-
Jul 27th, 2008, 09:31 AM
#18
Re: Visual Basic 2008 Express Edition default icons?
 Originally Posted by Mr_FJ
I did not know his english was not very strong. I just thought it was kind of obvious that you could make your own icons  so i made a sarcastic statement 
Never assume, especially here... that English is their first language... there's a huge international community here.
Also, next time... try using the sarcasm tags... go a long way to helping get the tone across.
-tg
-
Jul 28th, 2008, 11:35 AM
#19
Thread Starter
Junior Member
Re: Visual Basic 2008 Express Edition default icons?
 Originally Posted by techgnome
Never assume, especially here... that English is their first language... there's a huge international community here.
Also, next time... try using the sarcasm tags... go a long way to helping get the tone across.
-tg
I'll try to remember that BTW: English is not my first language, i'm only 16 yet i speak engliah pretty good
-
Jul 28th, 2008, 11:39 AM
#20
Thread Starter
Junior Member
Re: Visual Basic 2008 Express Edition default icons?
 Originally Posted by JuggaloBrotha
Yo thx alot
-
Dec 2nd, 2010, 03:04 PM
#21
New Member
Re: Visual Basic 2008 Express Edition default icons?
 Originally Posted by Mr_FJ
Yo thx alot 
Now might be a little late to add to this conversation, but try looking in the c:\program files(x86)\microsoft visual studio 9.0\common7\ folder....
-
Dec 2nd, 2010, 04:06 PM
#22
Re: [RESOLVED] Visual Basic 2008 Express Edition default icons?
Yeah, like 2.5 years a little late... :P
-tg
-
Dec 5th, 2010, 08:12 AM
#23
Thread Starter
Junior Member
Re: [RESOLVED] Visual Basic 2008 Express Edition default icons?
 Originally Posted by techgnome
Yeah, like 2.5 years a little late... :P
-tg
Lol I got an E-mail :P
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
|