Results 1 to 3 of 3

Thread: CreateProcess vs ShellExecuteEx

  1. #1

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    CreateProcess vs ShellExecuteEx

    What the different and bebifit of the CreateProcess and ShellExecuteEx API call?

    regards,

  2. #2
    Jordan
    Guest
    CreateProcess in general will give you more control over what is being created. ShellExecute is most often used for simply starting programs.

  3. #3
    jim mcnamara
    Guest
    ShellExecute requires that there be a calling hWnd - a parent.
    So, it can only be called when there is a window associated with the process that wants to make the call.

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