Is there any way to make windows apps in winui3 using visual basic .net forms app...
And is it works with win7 or other
Thanks.
Is there any way to make windows apps in winui3 using visual basic .net forms app...
And is it works with win7 or other
Thanks.
I just tested and I could create a simple window and add a Button for the test
I created a .NET 5 VB project then I added a package and copied the Main function from the DemoBuildCs MS sample (for the DispatcherQueue) + minimum code from App and MainWindow classes
But I could not use Microsoft.UI.Xaml.Application.LoadComponent ("Xaml parsing failed" error, I probably missed something...)
=>
I made a better sample, with still some limitaitons, but I used MddBootstrapInitialize for unpakaged apps and it needs Windows 10 >= 20H1 because of a bug
If it is Ok for Windows 10 >= 20H1, I could upload the test project...
WinUI 3 will work with every kind of Windows app! WinUI 3 can be used directly as the UI layer for Win32 and UWP apps, or it can be used to modernize a Win32 app's UI gradually, using XAML Islands to mix and match with the following technologies:
-WPF
-WinForms
-MFC
-ComCtl32
If your sample still works (it was almost year ago), please upload it - and gives here link to this sample.
7 people are following this question.