CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #4
    Join Date
    Nov 2006
    Posts
    357

    Re: DataGridView and custom columns

    Hey,

    Adding an DataGridViewImageColumn in is no worries, thats the easy part. The problem i have is that for each row in the table the image needs to take into account the image repository path, so as mentioned before i cant just tell it that the data member is the Image member of the object, as it needs to be prefixed with the AppConfig settings.

    If that makes sense...
    Last edited by Grofit; July 21st, 2009 at 03:25 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured