Skip to content

Instantly share code, notes, and snippets.

@neremin
Last active December 16, 2015 12:09
Show Gist options
  • Save neremin/5432936 to your computer and use it in GitHub Desktop.
Save neremin/5432936 to your computer and use it in GitHub Desktop.
public static class WinForms
{
public static Form FindMainForm()
{
return Form.FromHandle(Process.GetCurrentProcess().MainWindowHandle) as Form;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment