Standard Toolbar Icons

  • Thread starter Thread starter lindsay
  • Start date Start date
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
 
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
 
* (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.
 
Back
Top