On Sun, 01 Dec 2013, abbat81 wrote:
> Tobi, thank you..
> and excuse me please, but last question.
> 
> How to start that process?
> 
> 
> Public Sub Button3_Click()
>   _new()
> End
> 

_new() is automatically called when your form (I suspected you use forms) is
created. You can equivalently well put the code I wrote down in _new() into
a btnStartMPlayer_Click() event handler for some Button.

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to