DarranRowe

Results 140 comments of DarranRowe

@jonwis Is the documentation for PasswordVault correct and complete? I have been seeing the same thing, even to the point where a completely unpackaged desktop application running as admin isn't...

> Is the way I use a once-set static property to get the window handle correct or should I retrieve it by calling a static method in MainWindow/App and get...

@JosHuybrighs I believe that, if your application has the option for running as Admin then you should be using the Common Item Dialogs exclusively. It takes a little bit of...

There was work being done to just use the Windows 11 Dynamic Dependencies API when available, I wonder what happened to it.

@michael-hawker I know it is a silly question, but for C#, wouldn't Color.ToString be how you would do this? The documentation for [ColorHelper](https://learn.microsoft.com/en-us/uwp/api/windows.ui.colorhelper?view=winrt-22621) itself does state that you should be...

Hmm, well, I have to admit that I'm not exactly that familiar with the C# projection. Since I am more knowledgeable of the C++ projection, I was messing around with...

@JaiganeshKumaran I tried both packaged and unpackaged, it had the same behaviour. I also tried it in a plain Windows API application, so that completely ruled out any Windows App...

@JaiganeshKumaran By the looks of it. I dug in a little more and it was getting a null pointer from a TLS slot. I then had the brilliant idea to...

There are two things to remember here, there isn't a "Polish" version or an "English" version of Windows. There are versions of Windows with an English language pack and a...

> I don't see "Globalization" under Microsoft::Windows::Globalization. But can access winrt::Windows::Globalization. Did you include the appropriate header? Are you using the Windows App SDK 1.6, because [Microsoft.Windows.Globalization.ApplicationLanguages](https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.windows.globalization.applicationlanguages?view=windows-app-sdk-1.6) is documented. As...