About 60 results
Open links in new tab
  1. 2022 年了,WPF 还有前途吗? - 知乎

    wpf是xaml的,而微软后面搞得C#平台,silverlight wp7 xamarin.forms winui maui全都是基于xaml的,其实根本无所谓他们本身是否还存在,xaml的用法还是在持续延续,如果你搞一套商业库,那么商业 …

  2. WPF从入门到超神不难,吃透这些项目就够了!(视频及源码分享)持 …

    Apr 7, 2023 · 3 WPF挑战高薪? 进阶实战项目邀请,欢迎来战~ 【单纯技术,视频干货分享,来的都是朋友,有问必复】 1 WPF零基础教程分享 50个视频带你快速入门和精通WPF,足矣! 下文附整个教 …

  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 TextBox), WPF is built …

  4. WPF、WinUI、UWP、WinForm 在项目中到底是怎么区别的?

    那么WinUI 3和WPF到底有什么区别呢? 难道只是为了统一WPF和UWP的UI开发? 也许是吧。 由于本人对MFC环境下的Win32程序和UWP很熟悉,其他都是不深入,可能有错误,欢迎讨论。

  5. windows - What exactly is WPF? - Stack Overflow

    Sep 1, 2008 · WPF is a new technology that will supersede Windows Forms. WPF stands for Windows Presentation Foundation Here are some useful topics on SO: What WPF books would you …

  6. 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 for WinForms …

  7. MFC、WTL、WPF、wxWidgets、Qt、GTK 各有什么特点?

    WPF,微软在Win Form的思路上走到死胡同后,终于痛下决心用正确的方法开发UI库了。 21世纪的UI一定是定义出来的,绝对不能是代码写出来的,所以有了XAML这个强大的定义工具,不但可以定义UI …

  8. .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 many).

  9. WPF: Setting the Width (and Height) as a Percentage Value

    You can put the textboxes inside a grid to do percentage values on the rows or columns of the grid and let the textboxes auto-fill to their parent cells (as they will by default). Example:

  10. 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 code …