About 3,560,000 results
Open links in new tab
  1. How can I bring a window to the front in WPF? - Stack Overflow

    The solution to bringing a WPF window to the top was actually provided to me by the same code I'm using to provide the global hotkey. A blog article by Joseph Cooney contains a link to his …

  2. Newest 'wpf' Questions - Stack Overflow

    Jan 4, 2026 · Windows Presentation Foundation (WPF, previously known as “Avalon”) is part of the Microsoft .NET Framework used to create rich client user experiences for Windows …

  3. What is the difference between WPF and WinForms?

    Aug 26, 2009 · 1 The single most important difference between WinForms and WPF is the fact that while WinForms is simply a layer on top of the standard Windows controls (e.g. a …

  4. How do I use WPF bindings with RelativeSource? - Stack Overflow

    How do I use RelativeSource with WPF bindings and what are the different use-cases?

  5. What is WPF and how does it compare to WinForms?

    Feb 26, 2009 · WPF is Microsoft's new framework (actually, it is a subsystem of the .NET framework 3.0) for writing rich Windows applications. It is meant as an eventual replacement …

  6. .net - How to begin WPF development? - Stack Overflow

    Sep 25, 2008 · Mastering WPF (and silverlight, and basically any vector based XAML .net rich UI framework) requires more than understanding the new development concepts (and there are …

  7. How to bind multiple values to a single WPF TextBlock?

    May 25, 2016 · I'm currently using the TextBlock below to bind the value of a property named Name: <TextBlock Text="{Binding Name}" /> Now, I want to bind another property named …

  8. c# - Select folder dialog WPF - Stack Overflow

    Oct 24, 2010 · WPF look & feel, this dialog must look like part of a modern application designed for Windows Vista/7 and not Windows 2000 or even Win9x. As I understand, until 2010 (.Net …

  9. c# - Example using Hyperlink in WPF - Stack Overflow

    Apr 20, 2012 · Example using Hyperlink in WPF Asked 13 years, 8 months ago Modified 2 years, 1 month ago Viewed 256k times

  10. wpf - The name does not exist in the namespace error in XAML

    To clarify: WPF designer may report "The name XXX does not exist in the namespace...", even when the name does exist in the namespace and the project builds and runs just fine if a post …