Search results for query: *

  • Users: BenH
  • Order by date
  1. BenH

    Datagridview button color

    I had the same problem. I know this is an old thread, but I thought I'd post the solution I found to this. Change the FlatSysle of the button column to Popup. The button doesn't look as nice, IMO, but the problem is fixed.
  2. BenH

    ArrayList member assignment

    Hello, I have a class that has a member of type ArrayList. My question is when I am writing the set property should I just assign the value passed in to it or should I copy each element of the array to the memebr array. Ex: Public Class MyClass ... Private m_anArray as ArrayList ...
Back
Top