S
Stan Sainte-Rose
Hi,
I thank everybody who helps me on my previous post..
It works
So, I would like understand something about the class concept.
I create a Class for the datagrid called DataGridEnter.
So when I design a datagrid into my winform, the code is generated in the
#Region
with this syntax
Friend WithEvents dgLcl As System.Windows.Forms.DataGrid
Does it mean I have to update this code with
Friend WithEvents dgLcl As DataGridEnter
Or is there another method to accomplish this ?
Stan
I thank everybody who helps me on my previous post..
It works

So, I would like understand something about the class concept.
I create a Class for the datagrid called DataGridEnter.
So when I design a datagrid into my winform, the code is generated in the
#Region
with this syntax
Friend WithEvents dgLcl As System.Windows.Forms.DataGrid
Does it mean I have to update this code with
Friend WithEvents dgLcl As DataGridEnter
Or is there another method to accomplish this ?
Stan