Hi,

I am trying to do is suppose my project name is TESTING and I have a main form called frmMain and I have created a UserC ontrol called uclTesting. I have build this UserControl and I dragged and dropped it on the Main form. How do I access the variables of the UserControl. I also included the namespace Imports testing.uclTesting and I access the variables using testing.uclTesting.varName
But still both these methods doesn't work. Can anyone suggest me how to access the UserControl variables from Mainform.
Thanx for the help