About 19,600 results
Open links in new tab
  1. [UWP]Accessing XAML controls using C++

    Sep 2, 2015 · CPPApp1::DialogBox::DialogBox () { InitializeComponent (); } void CPPApp1::DialogBox::ContentDialog_PrimaryButtonClick …

  2. Cortana VB Sample - social.msdn.microsoft.com

    Jan 13, 2015 · That would make it a Runtime (not Silverlight) app. Windows.UI.Xaml namespace is only for the Runtime environment.

  3. [UWP] [C#]Windows Phone 10 UWP, How to move & resize a rectangle?

    Jun 5, 2017 · Hello! I am pretty new to C# and XAML, and I am trying to create an application that allows the user to move a rectangle, resize the rectangle using pinch, and change the color when touched. I …

  4. My app crashes in prod with fail_fast_fatal_app_exit_c0000409_windows ...

    Aug 28, 2018 · I also have other crashes in windows.ui.xaml.maps.dll so I am a bit lost how these kind of issues are addressed the best. I have studied any available information presented in the health tab in …

  5. [UWP]PathGeometry Figues - social.msdn.microsoft.com

    Dec 16, 2015 · Especially given that the type converter is in place for Windows.UI.Xamal.Shape.Path control which constructs the same PathGeometry object with the syntax.

  6. [UWP] how to generate image from a map locally?

    Jun 6, 2018 · I am developing the windows UWP application in that I have an requirement how to generate image from a map locally can any one please guide me how to generate image from a map …

  7. [UWP]Unhandled exception (application-internal exception in …

    Nov 3, 2015 · The release build crashes consistently with 'Unhandled exception at 0x55E9A305 (Windows.UI.Xaml.dll) in CB_Reader.exe: 0xC000027B: An application-internal exception has …

  8. [UWP] ConnectionProfile.GetSignalBars () always returns 5

    Nov 17, 2015 · Nothing fancy, just running the MobileBroadband sample, and GetSignalBars () always returns 5, even though the bars in the upper left corner of the phone fluctuate between 3 and 4. …

  9. [W8.1] [C#] Image Opened Event when Loading Image from StorageFile

    May 27, 2015 · // The 'using' block ensures the stream is disposed // after the image is loaded. using (Windows.Storage.Streams.IRandomAccessStream fileStream = await file.OpenAsync …

  10. How should I share data updates across multiple pages in UWP XAML?

    Apr 18, 2016 · My application gets data from a spi port and updates various properties based on this data. UI elements on my main page bound to this data gets updated automatically, but I need to …