[Gambas-user] Call control from one module

craf prog at ...2177...
Wed May 12 23:45:51 CEST 2010


Hi.

I need to call a control that is located on the main form from a module,
for this I have dealt with the following code:

'in module

public sub proc_add()

Fmain.control.text= "Hello"

end sub

But this form of call control does not work.

Regards





More information about the User mailing list