Z
Zane - www.zanezane.net
Hi all, I'm a Computer Science students. My university computers lab
upgraded from VB6 to VB.NET and we begun a VB.NET course.
I'm a newbie in .NET programming, and I need some help (at the moment
I absolutly prefer VB6 as language, but the new IDE rocks!)
I've a form with a DataGrid control (listview was extremely easier to
use, IMHO): I have a checkbox column populated as follow
Dim chkColumn As New DataGridBoolColumn
chkColumn.MappingName = "add"
chkColumn.HeaderText = "Add"
chkColumn.Width = 30
tableStyle.GridColumnStyles.Add(chkColumn)
The problem is, the default value for checkboxes is "undefined" but I
want it to be "unchecked": could someone gimme a hint?
Thank you very much for your time.
upgraded from VB6 to VB.NET and we begun a VB.NET course.
I'm a newbie in .NET programming, and I need some help (at the moment
I absolutly prefer VB6 as language, but the new IDE rocks!)
I've a form with a DataGrid control (listview was extremely easier to
use, IMHO): I have a checkbox column populated as follow
Dim chkColumn As New DataGridBoolColumn
chkColumn.MappingName = "add"
chkColumn.HeaderText = "Add"
chkColumn.Width = 30
tableStyle.GridColumnStyles.Add(chkColumn)
The problem is, the default value for checkboxes is "undefined" but I
want it to be "unchecked": could someone gimme a hint?
Thank you very much for your time.