Skip to content

Instantly share code, notes, and snippets.

@begedin
Last active March 15, 2016 16:17
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 begedin/5532941 to your computer and use it in GitHub Desktop.
Save begedin/5532941 to your computer and use it in GitHub Desktop.
[DllImport("user32.dll")]
public static extern IntPtr FindWindow(
string lpClassName,string lpWindowName);
[DllImport("user32.dll")]
static extern bool ShowWindow(IntPtr hWnd, int nCmdShow);
Copy link

ghost commented Jul 5, 2013

Something tells me "DON"T....!!!!"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment