|
-
Feb 13th, 2006, 03:27 AM
#1
Thread Starter
Member
[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.
-
Feb 13th, 2006, 03:31 AM
#2
Junior Member
Re: Icons
Use a resource extractor on the file Shell32.dll, that file contails all the system icons
-
Feb 13th, 2006, 03:32 AM
#3
Thread Starter
Member
Re: Icons
 Originally Posted by [FPI]Stiffen
Use a resource extractor on the file Shell32.dll, that file contails all the system icons 
Ressource Extractor?
-
Feb 13th, 2006, 03:35 AM
#4
Junior Member
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
-
Feb 13th, 2006, 03:37 AM
#5
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Feb 13th, 2006, 03:37 AM
#6
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)
-
Feb 13th, 2006, 03:40 AM
#7
Thread Starter
Member
Re: Icons
I have only express edition 2005. But I know what to do. Thanks
-
Feb 13th, 2006, 03:41 AM
#8
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)
-
Feb 13th, 2006, 03:50 AM
#9
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|