DarkNet icon indicating copy to clipboard operation
DarkNet copied to clipboard

🌓 Enable native Windows dark mode for your WPF and Windows Forms title bars.

Results 4 DarkNet issues
Sort by recently updated
recently updated
newest added

I'm developing a WPF application and I use `Interaction.MsgBox` instead of `MessageBox.Show`, because I want to get Windows 11 native visual style (modern buttons and icons). MessageBox.Show: ![image](https://github.com/Aldaviva/DarkNet/assets/13555921/fc0504d9-513a-4be0-8d0f-45f80908fd29) Interaction.MsgBox: ![image](https://github.com/Aldaviva/DarkNet/assets/13555921/64fd4c0c-ef0c-4aea-83fb-9ff782e9f0b0)...

question

Do you know if it's possible to enable dark scrollbars natively in WinForm? Notepad++ and Windows Explorer are using native dark scrollbars

Hi. As discussed in #7 i found a way to manage styles for separate windows (any element, in general). Basically it's same StyleManager but without auto-update event and it takes...

Hello. I am trying to open two WPF windows (of the same type) and make them use different themes, to see them live and side by side - this way...

documentation
enhancement