r/csharp • u/IntrepidLet5880 • 3d 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.
1
u/chucker23n 2d 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.
1
u/robinredbrain 2d ago
is this it?
Tip: codeprject is gone but its search results have not all disepated yet. just add codeproject to your web search. and head to wayback once you find the link.
1
0
2
u/robinredbrain 3d ago
You tried waybackmachine?