[dba-VB] C# button image resources

jwcolby jwcolby at colbyconsulting.com
Tue Apr 13 10:39:31 CDT 2010


Wow, that sounds cool!  Thanks for the tip.

John W. Colby
www.ColbyConsulting.com


Charlotte Foust wrote:
> We use imagelist controls to handle those "borrowed" images/icons.  Add the images you want to an imagelist and you can drop it on your form, where you select the particular image you need for whatever purpose.  It gets compiled into the dll, so there's no worry about not being able to find the image file later.  Plus you can copy the imagelist control from one form to another, even if you no longer have access to the original images stored in it.
> 
> Charlotte Foust
> 
> -----Original Message-----
> From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of jwcolby
> Sent: Tuesday, April 13, 2010 7:31 AM
> To: VBA
> Subject: [dba-VB] C# button image resources
> 
> Does Visual Studio allow us to use the existing button images as images / resources for our own 
> projects.  IOW I want to create a button with a "delete" symbol.  I know that Visual Studio already 
> has such an image, I believe it is a little red X very artsy / swishy.  Is that and other such 
> images available for us to use in our own projects?  If so how do I get my hands on it?
> 



More information about the dba-VB mailing list