DotNetShoutout - Stories tagged with Converter
3
Shouts

Byte Array To BitmapImage Converter & IRandomAccessStream Implementation For Windows 8 Metro

published 458 days, 4 hours, 28 minutes ago posted by jebarson007jebarson007 463 days, 3 hours, 13 minutes ago
Monday, March 19, 2012 7:49:15 AM GMT Wednesday, March 14, 2012 9:04:18 AM GMT
After writing the application for Windows Phone, I wanted to bring the same feature with Windows 8 Metro but unfortunately, metro didn’t support the same converter for the reason that BitmapImage can no more read from Stream but only from IRandomAccessStream. I was very much disappointed w... (more)
category: UX | clicked: 75 | comment | | source: jebarson.info
tags: byte array, Converter, Windows 8, irandomaccessstream, bitmapimage, metro, byte
4
Shouts

Convert in code as in XAML: how to get the XAML processor’s converter

published 656 days, 1 hour, 56 minutes ago posted by jmix90jmix90 657 days, 3 hours, 40 minutes ago
Saturday, September 03, 2011 10:20:57 AM GMT Friday, September 02, 2011 8:37:05 AM GMT
Sometimes you need to set property on controls from the code and then you realize that this is not like in XAML: these are not strings? No, they are not! This is because the XAML processor convert the string to the correct type when it process the XAML. In this post we’ll see how to reproduce the same behavior from the code: a little snippet which can help you someday ! (more)
category: How To | clicked: 3 | 4 comments | | source: www.jonathanantoine.com
tags: processor, Converter, How-To, WPF, XAML
3
Shouts

Wpf Listbox Image Binding From Db

published 859 days, 10 hours, 9 minutes ago posted by pons_saravananpons_saravanan 860 days, 2 hours, 33 minutes ago
Saturday, February 12, 2011 2:08:32 AM GMT Friday, February 11, 2011 9:44:26 AM GMT
WPF Listbox Binding Images from DB WPF ListBox control is quite different from windows win forms and it has lots of abilities to extend and design. With just ListBox we can design most of the equivalent controls available in ASP.Net data controls section. However the implementation of WPF ListBox is also q... (more)
category: Smart Client | clicked: 8 | comment | | source: www.vbnettutorial.net
tags: Converter, WPF, Binding, ListBox