Hi!
Help me please.
I want to make some small GUI app for online radio using "Shell"
Here is sample string for terminal.
  

*"mplayer -cache 128 http://music.myradio.ua/trance_news128.mp3"*
 

How can I use it?

Hext does not work:

*Public Sub Form_Open()
  Dim a As String
  Shell "mplayer -cache 128 http://music.myradio.ua/trance_news128.mp3"; To a
  Print a
End*

Thanks





--
View this message in context: 
http://gambas.8142.n7.nabble.com/Online-radio-with-Shell-tp44487.html
Sent from the gambas-user mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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