hi,
I created my own user control it composed of button,label and a picturebox the problem is how to add an on click event in my control?
I have already this one in my code but when I click the button the event wasn't fired. the event occur when i click outside the button in my user control.VB Code:
private usercontrolname pb1 = new usercontrolname (); pb1.Click += new System.EventHandler(ako);
pls. help me.
Popskie


Reply With Quote