M
Monster Mash
I am migrating a VB6 application to VB 2005 Express. In VB6 I am
using the following code to suppress the selector bars..
f.dtg.RecordSelectors = False
where f is the form and dtg is the data grid control.
What is the equivalent code in VB 2005 Express to turn off the
selector bars?
using the following code to suppress the selector bars..
f.dtg.RecordSelectors = False
where f is the form and dtg is the data grid control.
What is the equivalent code in VB 2005 Express to turn off the
selector bars?