ThienZ Posted February 22, 2005 Posted February 22, 2005 How can i create a button with a standard windows icon on it? (a.e. Open icon) Now i take a screen capture from office, edit it in paintbrush, and then add the image on the button.... But i'm sure that there would be better ways... :p Thx :) Quote
AlexCode Posted February 22, 2005 Posted February 22, 2005 Get a software from Internet that is able to search icons on dll's, then search the dll's inside you Windows.System directory... Alex :p Quote Software bugs are impossible to detect by anybody except the end user.
Leaders snarfblam Posted February 22, 2005 Leaders Posted February 22, 2005 I had been using the printscreen/mspaint method for a while and still do from time to time. I'm sure you can find and download free image libraries from the internet, however, or find a program to extract icon resources from program files (provided that you do not violate any copyright laws of course). I have one called GetIcons.exe. Search download.com for it if you wanna try it. If you are looking for some sort property or function that throws an "open" icon on a button, however, there is no windows API or standard image function of any kind available to us, so though your method of obtaining the image may not be ideal your method for using a "standard" image on a button is right on. Unfortunately, as far as Windows itself is concerned there really are no standard toolbar icons like there are messagebox icons. Quote [sIGPIC]e[/sIGPIC]
3xodus Posted February 22, 2005 Posted February 22, 2005 Hi, VBAccelerator.com has a graphics resource section. Go to the icon section of that and they have a good range of icons - including the icons you need I'm sure, as iirc there is an Office section. Here's a link to the Icons page: http://www.vbaccelerator.com/home/Resources/Graphics_Library/Icons/index.asp I think the Office icons are located inside the toolbar section. Hope that helps :) Quote Using: Visual Studio 2005/08 Languages: C#, Win32 C++, Java, PHP
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.