Hey all,
is there a way to access functions from a User Control that are located on the same Form as the UserControl is?
For Example my MainForm contains a Public Function HelloWorld
My UserControl is located on the same form. How can I call the HelloWorld function?
Thanks Stephan



Reply With Quote
