Skip to content

Instantly share code, notes, and snippets.

@dck-jp
Created June 6, 2015 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dck-jp/0952f510082f42f7f5a0 to your computer and use it in GitHub Desktop.
Save dck-jp/0952f510082f42f7f5a0 to your computer and use it in GitHub Desktop.
SHDocVwSample03
public void QuitIE()
{
var IE = new SHDocVw.InternetExplorer();
IE.Visible = true;
IE.Quit();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment