I guess u need Form Items or any that u cant do!
Quote:
|
quote:but i canot write the eventhandle funtion in the usercontrol
|
So the way I used was:
Set ur ListBox provider as public(or any to be accessible from From) in ur UserControl And then in Form make an Event for that like:
Code:
UserControl.ListBox1.MouseDown += ...
I dont know is it a good way or any, But I did t & its works fine.
I'll be glad if anyone has new IDEA?!
Always:),
Hovik Melkomian.