472,341 Members | 2,250 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,341 software developers and data experts.

Need icons for the toolbar


I need icons to put in my toolbar, for the following buttons:

Print
Next
Previous
First
Last
Duplicate
Save
Discard

The ones I have, when disabled donīt appear clearly.

Can any one send me some good icons ?
I will greatly appreciate any help !

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 20 '05 #1
5 6097
Hello,

"Cecilia Bergengruen" <cb*****@adinet.com.uy> schrieb:
I need icons to put in my toolbar, for the following buttons:

Print
Next
Previous
First
Last
Duplicate
Save
Discard

The ones I have, when disabled donīt appear clearly.

Can any one send me some good icons ?
I will greatly appreciate any help !


Did you have a look at the icons which come with VS.NET (extra option in the
setup)?

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #2
there are a plethura of free icons in the world of linux that look very
sharp. kde has the most "windows"-ish and others like gnome offer completely
different visual approaches. imo the irony here is that linux icons eclipse
windows icons in visual appeal by the same magnitude that window overshadows
linux in standardization and ease of use.

here's one link...but searching google for "gnome icons" or "kde icons" will
return a huge selection.

http://jimmac.musichall.cz/ikony.php3

hth,

steve
"Cecilia Bergengruen" <cb*****@adinet.com.uy> wrote in message
news:eo*************@TK2MSFTNGP11.phx.gbl...

I need icons to put in my toolbar, for the following buttons:

Print
Next
Previous
First
Last
Duplicate
Save
Discard

The ones I have, when disabled donīt appear clearly.

Can any one send me some good icons ?
I will greatly appreciate any help !

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 20 '05 #3
Cor
Cecilia,
When the Icons don't have the right size, the look terrible, can it be that.

The iconmap at my computer is
C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Graphics\icons

I don't know the size anymore, just try there are small and large ones?
Cor
Nov 20 '05 #4
Hello,

"Cor" <no*@non.com> schrieb:
C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Graphics\icons


The icons are Windows 95-style ones, but they should work.

;-)

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #5
btw, this works fairly well for converting bitmaps to icons using .net

Imports System.Drawing

Private Function getIcon() As Icon
Dim bitmap As Bitmap = picBitmap.Image ' just a picture box w/ a loaded
image
Dim graphic As System.Drawing.Graphics
bitmap.MakeTransparent(transparentColor) ' arg is class variable...make
it whatever i.e. color.white
picBitmap.Refresh()
Dim icon As Icon = icon.FromHandle(bitmap.GetHicon)
Me.Icon = icon
Return icon
End Function
Nov 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: tom | last post by:
hi there, i'm looking for some xp-style toolbar icons. i found some but not all i wanted. it seems quite hard to find just normal explorer...
3
by: Donald Smith | last post by:
Hey, Does anyone know where I can get a set of the icons used for toolbars? The small ones. (8x8 or 12x12, can't remember the size.) I've looked...
0
by: udir | last post by:
Hi, I created a toolbar, added button and Icons from an ImageList. The icons are transparent for disable mode. The problem is that the icons...
3
by: Quan Nguyen | last post by:
I'm trying to look for the icons/images (New/Open/Save, Copy/Cut/Paste...) typically used in toolbars in Windows applications, such as MS Word. I'd...
3
by: Francois Soucy | last post by:
Hi all! I've never used picture on button since today. But now I need to do an toolbar with some image button. I've some trouble to find picture...
3
by: lindsay | last post by:
Hello, I am trying to make a toolbar at the bottom of my pocket pc app with 'New', 'Open', 'Delete', etc. icons on the buttons. I'm pretty sure...
0
by: gene kelley | last post by:
I asked this question previously without response, so I'll rephrase it. I have a VB6 app which uses a third party menu/toolbar activex control. ...
0
by: danipeer | last post by:
Hi, I have a C# application with a toolbar that displays icons on size 32*32. When I change the comoputer display settings to DPI normal size...
0
by: Ryan Liu | last post by:
Hi, I encounter a weird problem. I have a user control with a toolbar on it. And there is also an imagelist for this toolbar. This toolbar has...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.