Search results for query: *

  • Users: SPiZ
  • Order by date
  1. S

    process.start with command switch

    Ive tried both ways.....neither works It works this way: Shell(Environment.SystemDirectory + "\blah.scr /c") but I want to take advantage of some of Process's features. Any suggestions?
  2. S

    process.start with command switch

    Hello, I am trying to allow a user to access the options of a screensaver I made by clicking on a button on a form in a related application. To do this the /c switch must be sent into the screen saver upon startup. I am using this: Process.Start(Environment.SystemDirectory +...
Back
Top