473,911 Members | 6,170 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

finding icons for Apps

This might be a dumb question. I don't know. I'm new to all this. How
do you find icons for your programs? All GUI applications have cool
icons that represent various things. For instance, to save is often
represented as a disk, etc. You know, the small little picture
references that give meaning to the phrase 'Graphical User Interface'.
But I'm not a graphics artist! Drawing is simply one talent that
skipped me completely. Where can I find icons to use with my programs?

I don't even know how to search for them, because I'm not sure how to
word it. I tried Googling various things: icons, software graphics,
application icons, custom graphics, etc, etc. But I'm not getting much
luck here you guys.

Also, besides just finding a collection of various pre-made icons, who
would I talk to to make me some original custom made icons? I'll look
for hours and find one or two places, but they never respond to my
messages, so I figure they must not do that kind of art work.

I'm looking for both: a collection of graphics and some place (or
someone) that can make custom original graphics. The latter is just
for future reference. The more important one is the former, because I
can't even afford to pay for originals right now. But maybe I will
soon, so it would be nice to have a resource.

Thanks in advance,
Joshua
Jun 27 '08 #1
4 2466
Sanoski:
Where can I find icons to use with my programs?
http://sourceforge.net/projects/icon-collection/

Neil
Jun 27 '08 #2
On Sat, 24 May 2008 21:42:57 -0700, Sanoski wrote:
This might be a dumb question. I don't know. I'm new to all this. How
do you find icons for your programs? All GUI applications have cool
icons that represent various things. For instance, to save is often
represented as a disk, etc. You know, the small little picture
references that give meaning to the phrase 'Graphical User Interface'.
But I'm not a graphics artist! Drawing is simply one talent that
skipped me completely. Where can I find icons to use with my programs?
Many GUI toolkit ( like wx and gtk ) have a standard stock of icons for
common tasks ( load, save, ok, cancel, ...).

Ciao
----
FB
Jun 27 '08 #3
Sanoski wrote:
This might be a dumb question. I don't know. I'm new to all this. How
do you find icons for your programs? All GUI applications have cool
icons that represent various things. For instance, to save is often
represented as a disk, etc. You know, the small little picture
references that give meaning to the phrase 'Graphical User Interface'.
But I'm not a graphics artist! Drawing is simply one talent that
skipped me completely. Where can I find icons to use with my programs?

I don't even know how to search for them, because I'm not sure how to
word it. I tried Googling various things: icons, software graphics,
application icons, custom graphics, etc, etc. But I'm not getting much
luck here you guys.

Also, besides just finding a collection of various pre-made icons, who
would I talk to to make me some original custom made icons? I'll look
for hours and find one or two places, but they never respond to my
messages, so I figure they must not do that kind of art work.

I'm looking for both: a collection of graphics and some place (or
someone) that can make custom original graphics. The latter is just
for future reference. The more important one is the former, because I
can't even afford to pay for originals right now. But maybe I will
soon, so it would be nice to have a resource.

Thanks in advance,
Joshua
http://tango.freedesktop.org/Tango_Desktop_Project
http://www.oxygen-icons.org/
http://everaldo.com/crystal/

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
Jun 27 '08 #4

Learn how to use Gimp,

Make your own icons, of and from anything.
You can use screen shots and picks from
anywhere. Import your own photos and modify
any pic however you want. Check them out,
free download, tutorial.

http://www.gimp.org

jim-on-linux
http://www.inqvista.com

Sanoski wrote:
This might be a dumb question. I don't
know. I'm new to all this. How do you
find icons for your programs? All GUI
applications have cool icons that
represent various things. For instance,
to save is often represented as a disk,
etc. You know, the small little picture
references that give meaning to the
phrase 'Graphical User Interface'. But
I'm not a graphics artist! Drawing is
simply one talent that skipped me
completely. Where can I find icons to
use with my programs?

I don't even know how to search for
them, because I'm not sure how to word
it. I tried Googling various things:
icons, software graphics, application
icons, custom graphics, etc, etc. But
I'm not getting much luck here you guys.

Also, besides just finding a collection
of various pre-made icons, who would I
talk to to make me some original custom
made icons? I'll look for hours and find
one or two places, but they never
respond to my messages, so I figure they
must not do that kind of art work.

I'm looking for both: a collection of
graphics and some place (or someone)
that can make custom original graphics.
The latter is just for future reference.
The more important one is the former,
because I can't even afford to pay for
originals right now. But maybe I will
soon, so it would be nice to have a
resource.

Thanks in advance,
Joshua

http://tango.freedesktop.org/Tango_Desktop
_Project http://www.oxygen-icons.org/
http://everaldo.com/crystal/
Jun 27 '08 #5

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

Similar topics

2
4494
by: Chuck Bowling | last post by:
Is it possible to gain access to all those nifty icons in other apps to use in my own?
3
2347
by: SlasherStanley | last post by:
I have wrote a c# app and included the default app.ico file and then compliled it. When I create a shortcut to the application on the destop, I would like the option of selecting from a choice of icons that are built into the file. How do I include the icons in my application for this to work? Thanks
3
3208
by: sto | last post by:
look at this picture http://upload.cs99.net/e.gif i use the function SHGetFileInfo to get file icons. but these icons are not very nice. there are some black things round of the icons. many applications use system icons for files. how did their programmers solve this problem in these apps?
2
10916
by: todorov-fkt | last post by:
Hi, I know that Windows comes with own icons and bitmaps for menus, toolbars, etc, which are compiled into ressource dlls. Is it possible to use these images into the own program and how do I do that? I suppose these images all have some name, which I would use to get the icon for let's say "New File" and put it on my apps toolbar... Is there some place with docs what images/icons are available and in which dll? Thanks for your replies.
2
9475
by: Steph. | last post by:
Hi, Does anybody know where I could find Icons for the 'standard' buttons used in winform ? Im' looking icons to illustrate button in my winform C# software like : print, preview, save, new file, align, fonts,..... Thanks, any help appreciated, Steph.
1
1259
by: Ctal | last post by:
Relatively new to dotnet so bear with me if this is obvious. In the course of my career, I've assembled a collection of icons to use with my apps. Most of these are 32x32, 256 or 16x16, 16. In VS6, I could assign the same icon to forms and the application. VS would squish or stretch icons as needed for title bars, desktops, etc. In VS2003, I'm having no luck. I import an icon into the editor. Right clicking outside the image shows...
5
2280
by: Luis Arvayo | last post by:
Hi, - Is there a way to that every form in my app use the same icon withouth adding it to the Icon property one form by one ? - Do I must add to my app the icon(s) I will use in my forms as embedded resource, then I must use the assembly.GetManifestResourceStream in order to assign to my forms ? Is that the correct way ? - Can I use 24 bit icons ?
2
2040
by: Phill W. | last post by:
(Using VB'2003) Is there a "recommended" size for TreeView icons these days? I've rummaged around MSDN and Google and can't find anything that suggests "For best results, icons should be such-and-such a size". Any recommendations? TIA, Phill W.
4
1368
tharden3
by: tharden3 | last post by:
I need to design some icons for my apps that I'm making in wxPython. I really only have "paint" on my computer to do something like that. Is there anything I can download? Any free software?
0
10037
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9879
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10921
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10541
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5939
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
6142
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4776
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
4337
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3360
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.