WinUI
Apr 14, 2016

Zpětná vazba k UWP aplikacím přes Feedback Hub

Microsoft přidává podporu zasílání zpětné vazby i pro aplikace třetí strany ve Windows 10 pomocí nového SDK. Chcete se dozvědět, jak můžete odkázat uživatele do Feedback Hubu přímo z vaší aplikace? Přečtěte si náš článek a dozvíte se, jak jednoduché to je a jak přidat SDK do projektu!

WinUI
Apr 14, 2016

Getting feedback from users in UWP apps via Feedback Hub

Discover how you can easily receive user feedback for your app with the new Microsoft Store Engagement and Monetization SDK. Find out how to integrate this SDK into your UWP project and use a simple line of code to open the Feedback Hub. Plus, learn a word of caution about the functionality. Don't miss out on important information to improve your app and keep all users happy!

Development WinUI
Mar 23, 2016

WinRT gotcha - "one shot" Timer BackgroundTask does not unregister after the "one shot"

In my latest Windows 10 app, I made a mistake that caused the countdown on the app's tiles to be off by a day. After some intense debugging, I discovered the hidden evil - a parameter in the code that determines whether the task is triggered only once or periodically. I fixed the bug and now the tiles are updating correctly.

WinUI XAML
Dec 10, 2015

WinRT KeyDown volán dvakrát pro klávesu Enter

Zajímavý problém se zpracováním události KeyDown ve WinRT! Když uživatel stiskne klávesu 'Enter', událost je zpracována dvakrát. To může vést k nechtěným chybám. Naštěstí existuje jednoduché řešení, které popisuje tento blog post. Přečtěte si ho!

Development
Dec 10, 2015

WinRT KeyDown fired twice when Enter is pressed

Have you ever encountered the strange behavior of the KeyDown event firing twice when the 'Enter' key is pressed? It seems to affect TextBox and PasswordBox controls in particular. Find out why this happens and the simple workaround to prevent it from occurring again. Plus, there's an opportunity to vote for its resolution in future versions of UWP. Check it out!

Development WinUI Microsoft
Sep 20, 2015

Barva motivu v ikonách na taskbaru Windows 10

Zajímavá novinka v Windows 10: ikony systémových aplikací jako je Store nebo Fotky jsou vyplněny systémovou barvou motivu. Jak toho bylo dosaženo? Přečtěte si tento článek a zjistěte, jak můžete využít tyto speciální typy ikon ve svých aplikacích.