Is it possible to use system.diagnostics.process.start(“Process.exe”)
But the process would not be seen by the user?
For example, I want to play an audio in the background using windows media player, the audio will play but wmp won’t be visible. Is it possible?
Is it possible to use system.diagnostics.process.start(Process.exe) But the process would not be seen by
Share
Try this:
ProcessWindowStyle.Hidden: