ManagedShell icon indicating copy to clipboard operation
ManagedShell copied to clipboard

A library for creating Windows shell replacements using .NET.

Results 6 ManagedShell issues
Sort by recently updated
recently updated
newest added

> 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...