Does anyone know how to add an image button to a datagridview using VB winforms?
It is very easy using .net for a .aspx page but this is for a VB Winforms console application.
What I'm really trying to accomplish is to have an image button that works for a Delete button to delete a row.
If the user clicks the image, they get a confirmation message and then I execute the delete code (I have the delete code already)
Thanks in advance
Thank you for the reply. I'm very experienced with .net in .aspx pages but finding out you are correct about the datagridview being limited.
I will try your suggestion.
Do you happen to have any 3rd party development tools for the datagridview control?
Thanks again,
Tom Stilley