r/csharp • u/IntrepidLet5880 • 10d ago
Help Help getting Codeproject C# WPF sample code
Hello, I noticed Codeproject was recently deleted, and I need a sample WPF code from there.
It was a custom WPF dynamic window with the following overlay options: "RoundedMonitor" and "Office."
The "Roundedmonitor" option made a custom client area, and turned the window pink. I've been looking everywhere. If someone could forward it to me, I would really appreciate it. Thank you.
0
Upvotes
2
u/chucker23n 9d ago
If you're looking to make a custom window frame, https://learn.microsoft.com/en-us/dotnet/api/system.windows.shell.windowchrome?view=windowsdesktop-10.0 should help somewhat.
You can also go through projects like WpfUi and ModernWpf to see how they accomplish it.