r/csharp 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.

0 Upvotes

7 comments sorted by

2

u/robinredbrain 3d ago

You tried waybackmachine?

1

u/IntrepidLet5880 3d ago

It tells me they don't have the URL when I use the search option. I don't have the original URL.

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?

https://web.archive.org/web/20230103074539/https://www.codeproject.com/Articles/1245616/Custom-WPF-Window-with-Windows-System-Functionalit

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

u/IntrepidLet5880 2d ago

No, that's not it, but thank you.

0

u/CheezitsLight 3d ago

Ask Claude desktop. It will remake it.