ManagedShell
ManagedShell copied to clipboard
A library for creating Windows shell replacements using .NET.
> May want to look at creating an LParam struct type that can be tested. We can either have methods for grabbing int or intptr or implicit operators. > Good...
Fisrt of all - thank you for creating this. I've struggeled with creating an AppBar myself and it is a pain in the butt :) I have 4 screens. If...
Object reference not set to an instance of an object. at ManagedShell.AppBar.FullScreenHelper.ResetScreenCache() in ManagedShell.AppBar\FullScreenHelper.cs:line 129 at ManagedShell.AppBar.FullScreenHelper.NotifyScreensChanged() in ManagedShell.AppBar\FullScreenHelper.cs:line 134 at ManagedShell.AppBar.AppBarWindow.SetScreenProperties(ScreenSetupReason reason) in ManagedShell.AppBar\AppBarWindow.cs:line 634 at ManagedShell.AppBar.AppBarWindow.ProcessScreenChange(ScreenSetupReason reason) in...
I'm using [Retrobar](https://github.com/dremin/RetroBar), which is based on this library, and I was wondering if the following issue might be something that could/should be addressed by the library itself? https://github.com/dremin/RetroBar/issues/1190 Have...
**Bug Reproduction Steps:** 1. run "notepad.exe" (or other applications) 2. apply the following code to the Notepad window: ```c SetWindowPos(hwndNotepad, HWND_BOTTOM, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);...
Hi, i tried to work on some shell experiments for windows to. See it here: https://gitlab.com/bluedxca93/11-shell-gtk/-/tree/main/0-5-beta?ref_type=heads . But im not able to show the system tray. Then i found out...
I've tested this with Windows Forms on .NET 8 and 6. To reproduce, simply create ShellManager using new ShellManager(); It doesn't matter if you assign it to a variable or...