2013-12-01 21:30 keltezéssel, abbat81 írta: > 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 >
? Exec ["mplayer", "-cache", "128", "http://music.myradio.ua/trance_news128.mp3"] Wait ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
