Hi All !
Anybody knows how to create DataGrid dynamically ?
Printable View
Hi All !
Anybody knows how to create DataGrid dynamically ?
Dim t as TextBox
set t=me.controls.add("VB.TextBox",Text1)
t.visible=true
you can create a textbox with this code.
I don't know grid class name. If you know use it.