- Apr 24, 2005
- 553
- 4
- 81
I am working with someone who took some basic programming courses and is not a software engineer, but now writes code.
I need to explain why using the form designer in Visual Studio 2005 (VB.NET) is better than writing CODE to do it. This includes creating and setting up grid columns in the DataGridView. This person insists on writing half a page of code to set basic properties which are much easier and visually better to set via properties of the designer. I don't want to analyze half a page of code to see what the grid or form will look like, I just want to LOOK at it.
Am I right? What are the pro's I can present?
Thanks!
I need to explain why using the form designer in Visual Studio 2005 (VB.NET) is better than writing CODE to do it. This includes creating and setting up grid columns in the DataGridView. This person insists on writing half a page of code to set basic properties which are much easier and visually better to set via properties of the designer. I don't want to analyze half a page of code to see what the grid or form will look like, I just want to LOOK at it.
Am I right? What are the pro's I can present?
Thanks!