Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB6 icons

Status
Not open for further replies.
Joined
Jun 30, 2003
Messages
196
Location
GB
I was reading an old programmers guide for visual basic 4 and saw that it came shipped with a library of icons divided into certain categories. My question is does VB6 come shipped with a similar library of icons and if so how do i access these icons?

thanks
 
In Visual Studio 6 they are under Common\Graphics\Icons

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'If we're supposed to work in Hex, why have we only got A fingers?'
 
i cant find them still, could you give me step by step instruction what i need to do to find one of these icons and put them on a form.

thanks it would be very much appreciated
 
e.g.

add picturebox control to form
scroll to picture property
click browse button to find:
C:\Program Files\Microsoft Visual Studio\Common\Graphics\Icons\ARW01DN.ICO

and that should be all yo need to do
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top