Hi,
I have the following request:
I would like to open via C# a new internet explorer window which has no toolbars, but when opening the window it has to be in a new internet explorer process.
I have managed to open the internet explorer explicitly in a new process with:
I also managed to start a new internet explorer window without toolbar and statusbar with following code:
SHDocVw.
But I don't know exactly how to do both at the same time, starting the IE in a new process and managing the appearance. We need to open the IE everytime in a new process as the opened web application needs that for session management.
Thanks in advance for your help
Regards
Victor