Explore
is a clone of Windows' Explorer application. It is available in the Modern.Forms
repository.
- Clone this repository
- Install .NET 6
- Open
Modern.Forms.sln
in Visual Studio 2022 - Ensure
Explore
is set as the Startup project - Launch with F5
- Clone this repository
- Install .NET 6
- Navigate to
samples/Explorer
- Run
dotnet run
- Clone this repository
- Install .NET 6
- Navigate to
samples/Explorer
- Run
dotnet run
Outlaw
is a clone of Microsoft's Outlook, showing off how Modern.Forms
can be used to create a complex modern application.
Follow the steps above for your system, replacing with Outlaw
for the startup project or directory.
ControlGallery
shows off the various controls and features currently available in Modern.Forms
.
Follow the steps above for your system, replacing with ControlGallery
for the startup project or directory.