B
Bernard Bourée
I want to create by code (runtime) a collection of ListView and to be able
to have acces to their properties.
Dim lwEntSor As New System.Windows.Forms.ListView()
Me.Controls.Add(lwEntSor)
Me.lwEntSor(viIdxCtl).TabIndex = viIdxCtl
The last line give me an error : lwEntSor is not a member of frmMain
How should I handle it ?
to have acces to their properties.
Dim lwEntSor As New System.Windows.Forms.ListView()
Me.Controls.Add(lwEntSor)
Me.lwEntSor(viIdxCtl).TabIndex = viIdxCtl
The last line give me an error : lwEntSor is not a member of frmMain
How should I handle it ?