I am using WatiN to script actions in Internet Explorer that run in the background of the user s machine. (I know...hacky). I am able through WatiN to make the Internet Explorer window not show. However, during my script, some HTML dialogs are opened. I am able to hide them using the P-Invoke ShowWindow in User32.dll, but they still appear for a second or so while I find the HWnd for the dialog. My question is:
Is there a way to stop a process from showing any windows?
Thanks