After finishing my last post, I saw I could improve it a little bit. The UI was too raw (my goal at the time was not to show the UI, but show…
Tag: Windows 10
Creating a UWP project with the Windows Template Studio
Introduction Every journey begins with the first step. But, sometimes, the first step is the hardest to give. Once you started, things fly and everything becomes easier. Starting a new project is…
Surface Dial Revisited
Some time ago, I’ve written a post about Surface Dial programming. With the introduction of the Creator’s Update, some things have improved. In this post, I will show some changes and will…
Multi-Monitor debugging in Visual Studio
When you have a multi-monitor device, you usually want to write code in one monitor and debug the program in another one. This is especially helpful when you want to debug some…
Usando sensores em Windows 10 com Delphi
Os novos dispositivos 2-em-1 Windows 10 trouxeram uma novidade: você pode usar os seus diversos sensores para aumentar a experiência do usuário em seus programas. O Delphi trouxe a possibilidade de usar…
Using sensors in Windows 10 with Delphi
The new Windows 10 2-em-1 devices have a lot of sensors, which you can use to enhance the user experience in your programs. With Delphi, you can use these sensors in your…
Showing desktop context menu in Windows 10 Build 10547
After showing the desktop icons (see my last post), I right clicked the desktop and hid again the desktop icons. That way I’ve missed the context menu again (If you are running…
Restoring from Safe Mode in Windows 10
I am running Windows 10, build 10547, and I was having a strange problem: I had disabled my icons in the desktop and the right click wasn’t working in the desktop -…