Try this
System.Diagnostics.Process.Start("wmplayer")
Quote:
Originally Posted by jay4ever_2000
heloo all !!
i m using a button when i click that button i need to open some application(.exe. ,msword,notepad, specially Windows Media Player )
i wrote :
System.Diagnostics.Process.Start("notepad")
but this is not opening
for media player what should i write ??
pls help me
|