[Gambas-user] integrated with c programmig

Rob sourceforge-raindog2 at ...94...
Thu Apr 3 05:34:54 CEST 2008


On Wednesday 02 April 2008 23:31, hamdan wrote:
> my purpose is when i click the button it will run my program.
> can i do that?

Sure.  In the click event for your button, do this:

SHELL "/whatever/your/program/is/called" WAIT

That will run your program and wait for it to end.

Rob




More information about the User mailing list