"Steven Edwards" winehacker@gmail.com writes:
To be able to do that you need to send the request to the existing explorer process, not start a new one.
On 7/27/07, Alexandre Julliard julliard@winehq.org wrote:
To be able to do that you need to send the request to the existing explorer process, not start a new one.
Is there any place where this is already done so I have an idea of how to connect to the existing process?
Thanks Steven
"Steven Edwards" winehacker@gmail.com writes:
Is there any place where this is already done so I have an idea of how to connect to the existing process?
Some sort of SendMessage to the desktop window should do the trick.
On 7/27/07, Alexandre Julliard julliard@winehq.org wrote:
Some sort of SendMessage to the desktop window should do the trick.
Please ignore my other email to you. So something like this? Thanks for Vitaman on IRC for pointing out that spawnvp killed the calling process.