Standard Toolbar Icons

L

lindsay

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
that there are some standard system icons in VB.NET, but I have not
been able to find them.
Any Suggestions on how to add these images, if they exist, to my
toolbar buttons?
Thanks,
Lindsay
 
A

Armin Zingler

lindsay said:
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 that there are some standard system icons in VB.NET, but I have
not been able to find them.
Any Suggestions on how to add these images, if they exist, to my
toolbar buttons?


There are some images in the directory Microsoft Visual Studio .NET
2003\Common7\Graphics
 
H

Herfried K. Wagner [MVP]

* (e-mail address removed)-spam.invalid (lindsay) scripsit:
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
that there are some standard system icons in VB.NET, but I have not
been able to find them.
Any Suggestions on how to add these images, if they exist, to my
toolbar buttons?

If you checked the option in setup, a set of icons will be installed
into a folder with name "GRAPHICS" in your VS.NET installation folder
(or one of its subdirectories). AFAIR you can browse this folder on the
CD too.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top