Hi:
I'm trying to get a simple image to show up in a DataGridViewImageColumn in a DataGridView.
No matter what I do, all I get is a red X. In the properties window I can see the image justt fine. In the column in the grid, I just get that X.
I started with a jpg and tried converting it to a bitmap. I know the app. can see it because the properties window names it and displays it. If I make it a 'resource', it can see it. Still the column itself cannot see it.
Oh, I also tried setting the image mode to Stretch. It simply can't see the image.
What must I do to get the image to show up? Or is it that the DataGridView simply doesn't display images?