Results 1 to 9 of 9

Thread: [RESOLVED] Icons

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2006
    Posts
    35

    Resolved [RESOLVED] Icons

    How do I add system icons to my application. I have a print and a mail button for example. I know how to set an image to the button. But I don't know where to find system icons and add them to my application.

  2. #2
    Junior Member
    Join Date
    Jan 2006
    Posts
    31

    Re: Icons

    Use a resource extractor on the file Shell32.dll, that file contails all the system icons

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2006
    Posts
    35

    Re: Icons

    Quote Originally Posted by [FPI]Stiffen
    Use a resource extractor on the file Shell32.dll, that file contails all the system icons
    Ressource Extractor?

  4. #4
    Junior Member
    Join Date
    Jan 2006
    Posts
    31

    Re: Icons

    http://www.soft32.com/download_10199.html
    Download that and open the file Shell32.dll in it, u will then beable to extract the icons

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Icons

    You can also use the ExtractIconEx API also.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  6. #6
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718

    Re: Icons

    If you have VS2005, Microsoft provides a vast collection of their system icons for you to freely use in your programs. They can be found in a zip file under <InstallDir>\Common7\VS2005ImageLibrary.
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

  7. #7

    Thread Starter
    Member
    Join Date
    Feb 2006
    Posts
    35

    Re: Icons

    I have only express edition 2005. But I know what to do. Thanks

  8. #8
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718

    Re: [RESOLVED] Icons

    They're in the express edition.
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

  9. #9
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: [RESOLVED] Icons

    These two links show how to extract system icons dynamically so you dont need to distribute any icons.

    http://www.vbforums.com/showthread.php?t=266529
    http://www.vbforums.com/showthread.php?t=330983
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

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