Related resources for Universal Windows Programming
  • Learn Universal Windows Programming Via Modern C++ (Check Box)9/19/2017 1:56:50 PM. In the button control, we are using the IInspectable to set the content of the text. How do we get the value from the IInspectable interface ? By IPropertyValue; using the “as” operator, we can conver
  • Learn Universal Windows Programming Via Modern C++8/6/2017 11:51:46 AM. Universal Windows programs have developed based on the Windows Runtime (WinRT) technology, Windows Runtime (hereafter called WinRT) and runs based on the COM API, but is not designed to be directly us