Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.78 KB

File metadata and controls

30 lines (19 loc) · 1.78 KB

GitHub release GitHub issues GitHub forks GitHub stars GitHub license

Welcome to FramelessWPF project!

FramelessWPF is an application that demonstrates custom window usage in WPF. The program uses .NET Framework 4.5 features to enable custom frame advantages. The program is based on the .NET Framework and can run only on Windows platform.

Contribute

There are several ways to contribute to FramelessWPF 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 "FramelessWPF.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.