emmanuelbeaudet
Programmer
Hi everybody,
I just want to add a listview that I had created on a specific page of the tabcontrol. If I just want to add it on the form I just have to put this code :
Me.Controls.Add(listview1)
but if I want to create it on the specific page of the tabcontrol ???
me.MyTabControl.MySpecificPage...???????
Thank you
emmanuel
I just want to add a listview that I had created on a specific page of the tabcontrol. If I just want to add it on the form I just have to put this code :
Me.Controls.Add(listview1)
but if I want to create it on the specific page of the tabcontrol ???
me.MyTabControl.MySpecificPage...???????
Thank you
emmanuel