Hi,
Just stumbled across this bit of code and need assistance please.
SHDocVw.InternetExplorer ie = new SHDocVw.InternetExplorerClass();
Ive tried to replicate this with custom code but to no avail!?
Im aware SHDocVw is the using, is InternetExplorer a static class?
and why SHDocVw.InternetExplorerClass(); at the end - and not the same as the first part of code ie SHDocVw.InternetExplorer?
Thanks
Steve