Hi,

I made a form A with a public function C in this, and another form B.

I call formB.showDialog(owner A) in form A, and then in form B, I want to use function C in form A, BUT I can't call this function.

I dont know why? Show me how.