I'm using a FileUpload with Watin and IE8 in C#. I don't want see anything on my screen. So, I use
Settings.Instance.MakeNewIeInstanceVisible = false;
and everything is hidden except my FileUpload dialog. This dialog appears on top even the instance of my browser is hidden. Anyone have a suggestion to hide this ?
Thank you !