Bring process to foreground in silverlight -


i want bring running process front on button click event.

on button click able run application using below code:

dynamic shell = automationfactory.createobject("wscript.shell"); shell.run("cmd.exe", 1, true); 

but there way can bring running cmd(any applicaion) foreground in silverlight 5. using silverlight out of browser.

i think looking bring window front discussed here bring processes window foreground when has showintaskbar = false


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -