|
-
Jul 14th, 2009, 01:36 AM
#1
Thread Starter
Member
[RESOLVED] insert image to datagridview.
how can i insert image to datagridview like this :
-
Jul 14th, 2009, 01:40 AM
#2
Re: insert image to datagridview.
You would add a DataGridViewImageColumn to your grid and assign Image objects to the Value properties of the cells.
-
Jul 14th, 2009, 01:46 AM
#3
Thread Starter
Member
Re: insert image to datagridview.
 Originally Posted by jmcilhinney
You would add a DataGridViewImageColumn to your grid and assign Image objects to the Value properties of the cells.
Thanks it works.
-
Jul 14th, 2009, 01:41 AM
#4
Re: insert image to datagridview.
Hi,
You can use the DatagridviewImageColumn Class for that, look here.
-
Jul 14th, 2009, 01:48 AM
#5
Thread Starter
Member
Re: insert image to datagridview.
 Originally Posted by sparrow1
Hi,
You can use the DatagridviewImageColumn Class for that, look here.
Thanks for it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|