Hi guys,
I need to know how to activate the Active child method.
For example, I create 2 newchild A and B (both the same form), I want to get Form A and print.
How do I do that.
Thanks.
{
product.Print();
}
got error
Cannot convert type 'method group' to 'Ippcm Product' via a built-in conversion.
Product is my application Form(child).
Thanks nobugz