Skip to content

Instantly share code, notes, and snippets.

@somapatrik
Created September 26, 2023 07:06
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 somapatrik/127d742c0427d9f3667ec9b8912aae64 to your computer and use it in GitHub Desktop.
Save somapatrik/127d742c0427d9f3667ec9b8912aae64 to your computer and use it in GitHub Desktop.
Run WPF inside Forms
MyWpfProject.MainWindow mw = new MyWpfProject.MainWindow();
ElementHost.EnableModelessKeyboardInterop(mw);
mw.Show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment