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
Post a Comment