I have a C# GUI based program that has all its coding in the first (button1_click) level - it is working well. I am re-writing this to be more object oriented, and have created a class with a constructor. I can send in the textboxes, comboboxes, checkboxes, etc via the constructor, but have not found a way to send in the datagridview. When I try to access the datagridview at the class level, Visual Studio does not recognize any of it's named members (columns). Is there a way to do this? I am using Visual Studio Express 2013.
Thanks,
Paul Hudgens
Denver
Thanks,
Paul Hudgens
Denver