Grandbrain / NativeWPF

NativeWPF is an application that demonstrates native window usage in WPF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub release GitHub issues GitHub forks GitHub stars GitHub license

Welcome to NativeWPF project!

NativeWPF is an application that demonstrates native window usage in WPF. The program creates host control in managed code and demonstrates native DirectX rendering that uses HWND of that control. The program is based on the .NET Framework and can run only on Windows platforms.

Contribute

There are several ways to contribute to NativeWPF project:

Building

  • Download and extract the latest release of the source code.
  • Download and install the latest version of Microsoft Visual Studio.
  • Launch Visual Studio and open the solution file "NativeWPF.sln".
  • Rebuild the solution by clicking "Rebuild Solution" in the "Build" menu.
  • Launch the application by clicking "Start Without Debugging" in the "Debug" menu.

Usage

  • Use the source code of this example to improve your code.

About

NativeWPF is an application that demonstrates native window usage in WPF

License:MIT License


Languages

Language:C# 52.8%Language:C++ 47.2%