Am trying to run "show Desktop.scf"
using System.diagnostics.Process.Start()
in C#. But the debug line just passes and takes no action.
When I try using Start -> Run, it performs the show desktop action.
Process.Start
takes a filename. Why wouldn't this work from the code. I tried in Admin mode too.
Any guidance pls.