Software Development Network>> Visual Basic>> problems Loading a usercontrol
The control is not visible.
Dim Zl As ZlistPrivate Sub Form_Load() Set Zl = Controls.Add("ActiveXControls.Zlist", "Zlist")''' Zl.visible(true)
End Sub
This is all the code (whole project). Zlist is a UserControl with a naked ListBox.
Zl.visible(true) fails with 'method or data member not found'
"Set Zl = " These forums are for .net programming questions only VB6 questions are considered off topic...please see any of the folowing links for help with VB6 issues:
problems Loading a usercontrol
Jonathan Chambers
Tobbe2
The control is not visible.
Dim Zl As Zlist
Private Sub Form_Load()
Set Zl = Controls.Add("ActiveXControls.Zlist", "Zlist")
''' Zl.visible(true)
End Sub
This is all the code (whole project). Zlist is a UserControl with a naked ListBox.
Zl.visible(true) fails with 'method or data member not found'
pinkybaby
"Set Zl = " These forums are for .net programming questions only VB6 questions are considered off topic...please see any of the folowing links for help with VB6 issues:
Useful Links
Other VB Web Sites