Forget about classes i meant the usercontrol (Classes for Dll i beleive) but that wont work anyway


The way i have solved this is to add a form to the control and place my stuff on this. In the control set up a public Sub to show the form


in userControl code

Public Sub ShowDetails

frmShowDetails.show

end Sub


Use the usercontrol form as a crossover point that passes data between the two projects.