-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Support for Windows Forms apps for all kinds of apps on all editions of Windows #91
Comments
To answer your original question, you'll be able to use Project Reunion functionality in all applications. That includes Windows Forms, WPF, UWP-XAML, WinUI 3.0, custom rendering, Electron, and more. I retitled this question as a "can we get Windows Forms to work in UWPs as well?" The core issues are Windows Forms' reliance on For now, please check out WinUI 3.0 for a modern markup-oriented UX that works across lots of different kinds of apps and Windows editions. |
Why cant we use windowds forms like event driven on latest en framewroks
…On Mon, Jun 29, 2020 at 9:44 AM Jon Wiswall ***@***.***> wrote:
To answer your original question, you'll be able to use Project Reunion
functionality in all applications. That includes Windows Forms, WPF,
UWP-XAML, WinUI 3.0, custom rendering, Electron, and more.
I retitled this question as a "can we get Windows Forms to work in UWPs as
well?" The core issues are Windows Forms' reliance on HWNDs and precise
coordinate positioning, while modern apps on many editions use CoreWindow
and relative coordinate spaces. We certainly recognize the sheer volume of
WinForms/WPF apps out in the world on Windows and want to get them a path
to move forward as well using technology from Project Reunion.
For now, please check out WinUI 3.0
<https://docs.microsoft.com/en-us/windows/apps/winui/winui3/> for a
modern markup-oriented UX that works across lots of different kinds of apps
and Windows editions.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#91 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIRXJSAZM2QH5Q5X2E5RKTDRZAL3JANCNFSM4OIHKZRQ>
.
|
I am overwhelmed with too much options, here , xamarin, winui, .net 6 maui, WPF windows forms and too much |
I don't see this being possible because that would mean support for IoT and XBox. I know that XBox can't run Windows Forms and it should probably stay that way. |
There are 50,000 flutter apps in both the iOS and Android store. What you saw was your own ignorance (not meant as an insult) of the technology. It works VERY well for iOS, Android and now macOS (with the majority of those apps getting ported to macOS almost immediately giving macOS the major win that Windows needs right now) Web is about to go mainline and works very well too. As of June 25th you can write for iOS, Android, macOS and Web from one environment by simply learning Dart. (And yes, it supports essentially everything that Xamarin Forms does but with a pixel perfect renderer on all platforms) The weaknesses of flutter are: Some plugins haven't yet been ported to Web. They're coming quickly however. #1 is just a time thing. I'm a Microsoft guy. I love C#. It's by far the best development language made. XAML is another story but I'm going to ignore it for now. I would much rather never have touched Dart. It's a lame language that google created to compete with C# and Typescript and prove that they could make it more simple and in the process made most things more difficult. I would very much love to see Microsoft succeed. But their current approach of project reunion is a fool's errand. With the exception of games and some highly specialized tools that require realtime responsiveness/low level hardware, Windows development on its current track is an ever shrinking market and reunion doesn't change that or give MS any new opportunities to expand that. Windows has quickly become a web browser with Office. Office is literally the only reason why most companies haven't switched to chromebooks or linux on desktops. Maui is just more of the same Xamarin that has proven to be a complete flop. Xamarin forms in specific is a mess. It's so bad that in 2019 they went 3 months without a build of visual studio that could By adopting the flutter rendering engine and bolting on C# like dart is right now and then providing all of the tools necessary so that a dev never needs to own a Mac Microsoft has the opportunity to win BIGLY. And they have the opportunity to have their competitor do work for them. That means Duo and Neo get an app ecosystem and become relevant, and it means that Windows app development has a chance again. |
I really want the next version of windows forms for modern devices with easier event driven coding and UX drag and drop UI
The text was updated successfully, but these errors were encountered: