About 50 results
Open links in new tab
  1. MouseLeftButtonDown Event is not firing

    Jun 17, 2011 · Actually i am doing an handson exercise for Event Bubbling. the bubbling event MouseLeftButtonDown not been fired.

  2. ListBox and ListView hit test - social.msdn.microsoft.com

    Jan 7, 2008 · In ListBox and ListView MouseDoubleClick event I need to detect clicked item. SelectedItem doesn't help because click can be done on an empty place. How can I do this? …

  3. Which book have an good introduction about XAML UI design

    Jul 2, 2015 · Recently, want to learn some knowledge about WPF and WP develop, want to learn some knowledge about XAML UI design?

  4. DataBinding a DataSet to a TextBlock - social.msdn.microsoft.com

    May 1, 2008 · I had no trouble achieving #2. I quickly setup a ListView and I was set. My difficulty is pulling the Customers information (Name, Address, Phone, etc) from the dataSet and binding the …

  5. Is workflow foundation dead or alive? - social.msdn.microsoft.com

    Jun 24, 2017 · The most recent posting on the Windows Workflow Foundation Facebook page is from August 24 2012 so it also looks a bit non-news oriented. Can somebody from Microsoft tell …

  6. [WPF] Extract frame from video - social.msdn.microsoft.com

    Mar 5, 2007 · i have a question considering frame capturing from a video. Is it somehow possible to achive that, using classes MediaElement or MediaPlayer?

  7. Convert XBAP to WPF Application - social.msdn.microsoft.com

    Apr 4, 2010 · You would need to create a windows wpf solution, copy your xaml and code files. Personally I think i'd go this route. or

  8. Possible to Disable full window Anti-Aliasing?

    Nov 6, 2009 · If not, it sounds like my only option is to render a Win32 DirectX window, and then display that using HwndHost. (I'm assuming that this would not be subject to the same default anti-aliasing …

  9. System.Addin - Trying to shutdown AddIn, gets ...

    Jun 10, 2010 · The fact is that by putting and displaying a UI from the AddIn into the Host, it creates a Dispatcher instance for that UI. That was what was blocking the Shutdown (). Somehow, the AddIn …

  10. Printing from a FlowDocumentReader and formatting

    Apr 9, 2009 · Hello, I am trying to format the printing of a FlowDocument from a FlowDocumentReader. When it prints, there are always 2 columns on the page. I'd like to have it print everything in 1 column …