About 19 results
Open links in new tab
  1. Save Image from MemoryStream to XPS Document from WPF …

    Feb 4, 2014 · I am working with creating WPF Flowdocuments from windows that are dynamically loaded from xaml that is stored in a database.

  2. Download image and set Image.Source - social.msdn.microsoft.com

    Sep 26, 2011 · Question 1 Sign in to vote I'm tryng to download an image and set the Source property of an Image UI element, but I can't convert the downloaded bytes into an image: …

  3. FlowDocument XAML serialization of InlineUIContainer does not …

    Jul 18, 2010 · The reason is that the XAML serializer serializes the ImageSource property, as well as the Child property which if is an image at the time of serialization, outputs the image again. …

  4. Image stream to string converter - social.msdn.microsoft.com

    Jun 3, 2021 · If I set this stream into a button like this: mybutton.ImageSource = ImageSource.FromStream ( () => convertedstream); nothing happens. Can anybody help me? …

  5. Convert System.Drawing.Image to System.Windows.Controls.Image

    Sep 29, 2017 · This works because BitmapImage derives from ImageSource so you can create a new System.Windows.Control.Image setting the extension's result as its ImageSource.

  6. Cannot set Image Source from IValueConverter?

    Apr 19, 2006 · I think it's because Image.Source property expects an object of type ImageSource and you provide a string. For the image in green, it works because there is a default …

  7. No imaging component suitable to complete the operation was …

    Mar 7, 2018 · Dim cmd As New OleDbCommand ("Select * from recents", con) Dim table As New DataTable Dim adap As New OleDbDataAdapter (cmd) adap.Fill (table) If table.Rows.Count …

  8. Converter for Base64String, BitmapImage and …

    Apr 22, 2014 · I store a Base64String and wanted to display it in the image control. So I use a converter but got nothing coming up. However If I do it from code behind it does load fine but I …

  9. Not understanding how to RemoveAt () in ObservableCollection …

    Nov 3, 2010 · I've created an MRU listView with buttons in WPF and I know how to determine which itme in the listview was clicked but I'm having trouble removing the item from the listview …

  10. how to have a flipview of multiple items like the windows store

    Oct 10, 2015 · As a friendly reminder please make sure to add the appropriate tags to the title of your post as per Guide to posting: subject line tags I agree with the @Ken Tucher, the XAML …