Results 1 to 3 of 3

Thread: New Process Without Focus?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    121

    New Process Without Focus?

    Is there away to create a new process and not having windows give focus to the window when it is created.

    Code:
    Process myProcess = new Process();
    myProcess.StartInfo.FileName = @"tempprogram.exe";
    myProcess.StartInfo.WindowStyle = ProcessWindowStyle.Minimized;
    myProcess.Start();

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    121

    Re: New Process Without Focus?

    bump

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    121

    Re: New Process Without Focus?

    one last bump...anyone?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width