I'd like to create an application with exactly the same titlebar / controls as in Visual Studio. Or do you know dnSpy? It is using them as well.
I also like to have this 1px border, the blue one in this case.
I already googled alot, also tried to find something here, but I'm not finding anything helpful for me.
Here for example (it's from Wallpaper Engine) the window not only has that blue border, which I like to have, it has some kind of a blue shadow as well? Which looks pretty cool to me. I'd like to try that as well.
What I already tried in WinForms is working with panels and create it on my own.
I managed to get the border that I want, I also could use pictureboxes for the min/max/close buttons?
But that's not exactly what I was looking for, I also have to code the move/drag behaviour of the app too then, since there is no controls anymore. Which is not that hard but... I want it another way.
Anyone can help me with that? I'm using C# in VS 2017 and I'd like to create the app either with Forms or WPF. Probably going for WPF.
Almost forgot to mention I don't really want to use 3rd party tools like MahApps, Metro Framework, etc.. Isn't there a build-in metro style option in VS or something? Rather in .NET framework.
I mean it's actually only these 3 buttons, min/max/close. And the border. That's all I need