Click to See Complete Forum and Search --> : shell script


pradeep_panda
November 11th, 2002, 10:40 PM
hi..
do we have any thing in comparision with the Shell function in vb.....actually i want to run a media player in vb.net(or asp.net) either as standalone player or in browser...i have got some examples in vb, where they have used shell for the same...i donot know how to use the same in .net....can anyone throw some light inthis....if possible with some code or example...
pradeep

Athley
November 12th, 2002, 02:38 AM
System.Diagnostics.Process.Start("C:\Program Files\Windows Media Player\wmplayer.exe")

/Leyan

pradeep_panda
November 12th, 2002, 03:31 AM
thanks