[Gambas-user] Online radio with "Shell"

Tobias Boege taboege at ...626...
Mon Dec 2 00:10:51 CET 2013


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




More information about the User mailing list