Martin Anderson

Results 166 comments of Martin Anderson

Have you taken a look at the **Windows.UI.WindowManagement.AppWindow** API, it creates a window, I believe on the same thread. [Building powerful desktop and MR applications with new windowing apis](https://www.youtube.com/watch?v=hZU0HDTI-zs) ----...

With WinForms being a modern wrapper around Windows Controls - and WinUI looking to be a modern replacement UI - is there a need for the Common Controls of Win32?...

It would be good if the MSStyles which control the theming and colorisation of common controls, could be made to function on a per app basis - at the API...

> WinForms is a .NET warpper on top of user32 and comctl32, it also has these issues. > > On the other side, comctl32 controls are by definition based on...

> Looks nice. Can you add the hexadecimal position numbers? I think you mean the Unicode glyph value, and this would be for the font that is outputted by the...

> > I think you mean the Unicode glyph value, > > That's what I mean :-) ![image](https://user-images.githubusercontent.com/7389110/112634180-2bd7bd00-8e32-11eb-9c63-46ad6eeca68a.png)

> hey can anyone provide all icon name with Unicode > i want to update it to my project https://github.com/microsoft/fluentui-system-icons/blob/master/fonts/FluentSystemIcons-Filled.json https://github.com/microsoft/fluentui-system-icons/blob/master/fonts/FluentSystemIcons-Regular.json

If the icons can't be re-coloured to match the theme, then either add a backplate colour to make it contrast, or use a fill colour that works in both Light...

> Theoretically it could be fixed by setting the fill/border in all SVGs to `currentColor`, then it matches the text color - that may not be the best idea for...

> Yup, don't think that's changeable in markdown, the change would be have to be in the raw SVGs themselves, and the raw SVG code should be pasted into the...