thanks, but I managed to load the childs forms, and the question is if I have
a function in the Form2 (in another file):
Public aaa(byVal bbb as string)
{
///
\\\
}
how can I call to this function from Form3 (also that located in another
file).
The problem is that all of this forms are different classes and I can't make
a direct access from one class to another.
"Cor Ligthert" wrote:
> Alex,
>
> I have made yesterday a sample and sand it to this newsgroup.
>
> http://groups.google.com/groups?selm...TNGP10.phx.gbl
>
> I hope that it helps?
>
> Cor
>
>
>