cannot display the usercontrol.

Dim myLookupSupplierAsNew LookupSupplier

PrivateSub LinkLabel1_LinkClicked(ByVal senderAs System.Object,ByVal eAs System.Windows.Forms.LinkLabelLinkClickedEventArgs)Handles LinkLabel1.LinkClicked

Me.Controls.Add(myLookupSupplier)

myLookupSupplier.BringToFront()

myLookupSupplier.Location =Me.LinkLabel1.Location

EndSub

the control is not appearing. - lookupsupplier is the usercontrol

[1300 byte] By [hrubesh] at [2007-12-22]