Hi,
Subs, functions & properties that are declared as 'public' is available as methods and properties of you usercontrol.
1) open a new exe project
2) add a new (file menu) usercontrol project.
3) add a public sub to the usercontrol and close the usercontrol design window.
4) drop an instance of you usercontrol to you exe form and test that ".YourPublicSub" is a method of your usercontrol (which be default is named usercontrol11).
Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'