Skip to content

Instantly share code, notes, and snippets.

@dck-jp
Created June 6, 2015 10:47
Show Gist options
  • Save dck-jp/cc689c1dc2dc779a5a96 to your computer and use it in GitHub Desktop.
Save dck-jp/cc689c1dc2dc779a5a96 to your computer and use it in GitHub Desktop.
SHDocVwSample01
public void StartIE()
{
var IE = new SHDocVw.InternetExplorer();
IE.Visible = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment