Results 1 to 23 of 23

Thread: [RESOLVED] Visual Basic 2008 Express Edition default icons?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    16

    Resolved [RESOLVED] Visual Basic 2008 Express Edition default icons?

    Where can i find all the icons Visual Basic 2008 Express Edition uses?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Visual Basic 2008 Express Edition default icons?

    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    16

    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.

  4. #4
    Member
    Join Date
    Jul 2008
    Posts
    41

    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.

  5. #5
    Addicted Member Zero2Cool's Avatar
    Join Date
    Aug 2006
    Location
    Green Bay, WI
    Posts
    203

    Re: Visual Basic 2008 Express Edition default icons?

    Quote 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.

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    16

    Exclamation Re: Visual Basic 2008 Express Edition default icons?

    Quote 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

  7. #7

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    16

    Re: Visual Basic 2008 Express Edition default icons?

    Quote 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?

  8. #8
    Member
    Join Date
    Jul 2008
    Posts
    41

    Red face Re: Visual Basic 2008 Express Edition default icons?

    Quote Originally Posted by Mr_FJ
    Orly?
    what the orly mean? I am poor in english.
    VB.net - A power tool for my engineering life.

  9. #9
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    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.

  10. #10
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    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.

  11. #11

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    16

    Red face Re: Visual Basic 2008 Express Edition default icons?

    Quote 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

  12. #12
    Member
    Join Date
    Jul 2008
    Posts
    41

    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.

  13. #13
    Member
    Join Date
    Jul 2008
    Posts
    41

    Re: Visual Basic 2008 Express Edition default icons?

    Quote 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.

  14. #14
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    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.

  15. #15
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Visual Basic 2008 Express Edition default icons?

    Quote 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.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  16. #16

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    16

    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?

  17. #17
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Visual Basic 2008 Express Edition default icons?

    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  18. #18
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Visual Basic 2008 Express Edition default icons?

    Quote 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
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  19. #19

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    16

    Re: Visual Basic 2008 Express Edition default icons?

    Quote 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

  20. #20

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    16

    Re: Visual Basic 2008 Express Edition default icons?

    Quote Originally Posted by JuggaloBrotha
    Yo thx alot

  21. #21
    New Member
    Join Date
    Dec 2008
    Posts
    2

    Re: Visual Basic 2008 Express Edition default icons?

    Quote Originally Posted by Mr_FJ View Post
    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....

  22. #22
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: [RESOLVED] Visual Basic 2008 Express Edition default icons?

    Yeah, like 2.5 years a little late... :P

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  23. #23

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    16

    Re: [RESOLVED] Visual Basic 2008 Express Edition default icons?

    Quote Originally Posted by techgnome View Post
    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
  •  



Click Here to Expand Forum to Full Width