-
Usercontrol
I created a usercontrol and added a event declaration .
I raised the event inside this usercontrol thru aprocedure.
Now i opened a form and placed the usercontrol.
And i wrote a code under the usercontrol _eventspecifedby me .But the event is never raised
I just placed a text box as user control
Why ?
If possible please give a small example so that i can verify where i went wrong.
-
Re: Usercontrol
Have you declared your UC using 'WithEvents' ? If not, check the assosiated help.
Jean Spector
Tech Support Team Leader, CET
[email protected]
(in VB from 11/1999)