Steve

Steve

  • NA
  • 7
  • 1.6k

Create an Instance

May 27 2011 12:20 PM
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

Answers (13)