VB.NET Datagrid with pictures
- From: "Matt" <Kruz79@xxxxxxxxx>
- Date: 16 Oct 2006 16:28:23 -0700
Guys I could really use some help with this. I think that it's
probably a simple solution but I haven't been able to find anything.
I have a datagrid on my form that I populate via code like this...
Me.My_DataGrid.Rows.Add(Column1, Column2, Column3)
Well now I have a datagrid that I want to populate with an image.
So for example...
Me.My_DataGrid.Rows.Add(Column1, Column2, Picture)
How do I do this?
I know I can change the "column type" to an "image" column but how do I
add one with code?
The next best thing would to be able to statically add an image and
make it visible or invisible by row.
Any advice would be appreciated.
.
- Follow-Ups:
- Re: VB.NET Datagrid with pictures
- From: Scott M.
- Re: VB.NET Datagrid with pictures
- Prev by Date: Re: Why no patch for the anoying Visual Basic compiler problem
- Next by Date: Read Textbox Values from Other Applications.
- Previous by thread: Re: sql server 2005 tools configuration starts when I build a dist
- Next by thread: Re: VB.NET Datagrid with pictures
- Index(es):
Loading