#winui3 search results
Microsoft Partner Center will never stop to impress me. When creating a new app entry, they are still showing 3 dead features. @windowsdev #winui3
Just submitted my new app to the Store. Policies feel stricter every day 😅 Spent 2 whole days just on the upload process… that's a lot for a solo dev like me! #MicrosoftStore #WinUI3 #SoloDev #EnterpriseApp
Somebody please help the man writing the #XAML for the updated Microsoft Intune Company Portal app, get him that TitleBar control from v1.7 ASAP #WinUI3 #WinAppSDK #Intune
Just published WinUI3Localizer v3.0.0-alpha (preview)🚀 What's new🙂 - Dynamically add/edit/remove resources - Support for default Resources.resw - Support for brush properties #winui #winui3 #winappsdk #windowsdev
Say hello to @FinstryApp I got tired of managing my budget in Excel, and I've been frustrated with other budgeting apps, so I decided to solve my own problem and make a personal budgeting app for Windows. #WinUI3 #WinDev #XAML
WinUI 3 doesn’t have a GroupBox control, so I'm creating one. It's WIP but looks good so far. What do you think? 😁 #winui3 #winappsdk #windowsdev
#WindowsAppSDK Roadmap🤩 - v1.6 is coming soon with C# Native AOT support and a new TitleBar control. - v1.7 is expected to bring TableView control and Inking control. #WinUI3 #WindowsDev
Displaying maps in #WinUI3 with Open Source libraries. A #WindowsDev blog post. xamlbrewer.wordpress.com/2023/07/25/dis…
Adding #WindowsCommunityToolkit to a #WinUI3 app failed. Created a new WinUI3 project. Added The NuGet package (animation). Error on the xmlns:animations. Fix took me 30 minutes to find. I had to update the Target OS version (TargetFramework) to 10.0.22621.0. cc @XAMLLlama
We moved from WPF to #WinUI3 and we like the result. Yes, there were some things we needed to develop ourselves, such as input validation, but overall it was a smooth experience. Most likely, all new things will happen using #WinUI.
Master Packager 24.5.8934 is out. 💙 What’s new? NEW Master Wrapper (Thanks to the Microsoft Teams team for inspiring the naming) Master Wrapper is a software that helps experienced packagers package applications into PSAppDeployToolkit (#PSADT) much faster and with higher…
...But holly shit! I cannot set the default extension to save a file; I cannot change the order of the extension list. And the real bonus is, it auto creates an empty file just after I click OK without writing code!!? Do they really use #WinUI3 & #WinAppSDK in their products??
I've been using #WinUI3 + #WinAppSDK lately and have to say it sucks. Bad API design, no real investment. @Microsoft created API that worked but they don't care how it works. Today I tried the new FileSavePicker in v1.8. Ok I can open the file save dialog, so it works. But ⬇️
#WinUI3 でWindowSizeを設定する拡張メソッド qiita.com/EndOfData/item… #Qiita @sheephumanより ちょっと軽いネタで。
#WinUI3 開発経緯とその存在意義について qiita.com/EndOfData/item… #Qiita @sheephumanより
When will you make all new #Windows11 apps with #Winui3 ?
#WinUI3 module for LuaRT Preview video ! When modern desktop apps meet the simplicity of Lua... #ComingSoon @Windows #FluentUI #WinUI #Microsoft youtu.be/ghx1MSfTA1w?fe… via @YouTube
youtube.com
YouTube
WinUI3 for Lua Preview
Just submitted my new app to the Store. Policies feel stricter every day 😅 Spent 2 whole days just on the upload process… that's a lot for a solo dev like me! #MicrosoftStore #WinUI3 #SoloDev #EnterpriseApp
はてなブログに投稿しました テックブログ更新:WPF使いのためのWinUI 3:CommandとIsEnabledを両方バインドすると問題が起きるので、CanExecuteを使おう - 新しもの好きプログラマの耳より情報ブログ suusanex.hatenablog.jp/entry/2025/08/… #はてなブログ #WinUI3 #WPF #MVVM #communitytoolkit
suusanex.hatenablog.jp
テックブログ更新:WPF使いのためのWinUI 3:CommandとIsEnabledを両方バインドすると問題が起きるので、CanExecuteを使おう - 新しもの好きプログラマの耳より情報ブログ
Zennにテック系の記事を投稿しました。 zenn.dev アクセスを見ていると、はてなブログでは正直なところテック系の記事の人気が低いようです。(少なくとも私の記事は)そのため、テック系の記事はZennに投稿するというチャレンジをしてみようと思います。 今のところ、こちらのはてなブログでもこのように通知する予定なので…
はてなブログに投稿しました テックブログ更新:WPF使いのためのWinUI 3:Template Studioで生成してUnpackagedでデバッグ実行できるようにする手順 - 新しもの好きプログラマの耳より情報ブログ suusanex.hatenablog.jp/entry/2025/07/… #はてなブログ #WinUI3 #WPF #C# #.NET
WINUI3のテンプレで見慣れないクラス使ってると思ったら、便利なメソッド追加して拡張している。(主にWin32APIの呼び出し) やっぱこういうメソッドいるよね。#WINUI3 dotmorten.github.io/WinUIEx/concep…
After a recent #Windows11 update, my network adapter sometimes looks connected but my speeds drop to the floor until I disconnect/reconnect. 🧐 That sparked a dev curiosity: Can I build a #WinUI3 app to monitor when upload/download tanks. Challenge accepted! 💻 #WinUI #WindowsDev
Reviving my old college project: Torroid Download Manager 🚀 A modern download manager built with C++/WinRT, WinUI 3, & Windows App SDK. Time to polish it, add features, and make it shine! Link: github.com/Project-Torroi… #WinUI3 #CPlusPlus #Torroid #CWinRT #WindowsAppSDK
はてなブログに投稿しました アプリの起動速度を試すとWPFよりもWinUI 3+NativeAOTの方がだいぶ速いようです(ただし0.5秒未満の差) - 新しもの好きプログラマの耳より情報ブログ suusanex.hatenablog.jp/entry/2025/05/… #はてなブログ #C# #.NET #WinUI3 #NativeAOT #.NET 8
suusanex.hatenablog.jp
アプリの起動速度を試すとWPFよりもWinUI 3+NativeAOTの方がだいぶ速いようです(ただし0.5秒未満の差) - 新しもの好きプログラマの耳より情報ブログ
概要 WPFは起動が遅い。とよく聞きます。実際にどれくらい遅いものか、WPF以外と比べたらどうなのか、というのを試してみました。ここでは空っぽの画面を表示するだけのアプリの起動時間を試しているため、画面が複雑になって来るとまた違うかもしれません。 最初に結論まとめ WPF、WPF+ReadyToRun、WPF(.NET…
はてなブログに投稿しました Windows App SDK(Unpackaged)をランタイム同梱(自己完結型)で配布する方法と、そのファイルサイズ例 - 新しもの好きプログラマの耳より情報ブログ suusanex.hatenablog.jp/entry/2025/05/… #はてなブログ #C# #.NET 8 #.NET #WindowsAppSDK #WinUI3 #WPF
suusanex.hatenablog.jp
Windows App SDK(Unpackaged)をランタイム同梱(自己完結型)で配布する方法と、そのファイルサイズ例 - 新しもの好きプログラマの耳より情報ブログ
概要 前の記事ではWindows App SDK(Unpackaged)のランタイム配布について書きましたが、まだまだマイナーなランタイムなので、同梱して自己完結型で配布したいという場合も有ると思います。そのやり方や、やった場合のファイルサイズについてこの記事にまとめます。 この記事の内容は、全て.NET 8のものです…
Just submitted my new app to the Store. Policies feel stricter every day 😅 Spent 2 whole days just on the upload process… that's a lot for a solo dev like me! #MicrosoftStore #WinUI3 #SoloDev #EnterpriseApp
Microsoft Partner Center will never stop to impress me. When creating a new app entry, they are still showing 3 dead features. @windowsdev #winui3
Getting started with #SkiaSharp in #WinUI3, a #WindowsDev blog post. xamlbrewer.wordpress.com/2023/09/25/get…
Migrating ListView to ItemsView in #WinUI3, a #WindowsDev blog. xamlbrewer.wordpress.com/2023/10/20/mig…
Somebody please help the man writing the #XAML for the updated Microsoft Intune Company Portal app, get him that TitleBar control from v1.7 ASAP #WinUI3 #WinAppSDK #Intune
Displaying maps in #WinUI3 with Open Source libraries. A #WindowsDev blog post. xamlbrewer.wordpress.com/2023/07/25/dis…
Im publishing HR tool on Microsoft Store; simply create a role with job description and setup the folder that will receive resumes in either on doc or pdf format. It will automatically generate AI analysis, optionally you can forward the result on specified webhook url #winui3
Auto Device Shutdown A Shutdown timer app for Windows Microsoft Store : microsoft.com/store/apps/9MV… #Windows #WinUI3 #WinUI
Something went wrong.
Something went wrong.
United States Trends
- 1. Rosalina 27.9K posts
- 2. Bowser Jr 9,446 posts
- 3. $SENS $0.70 Senseonics CGM N/A
- 4. $LMT $450.50 Lockheed F-35 N/A
- 5. $APDN $0.20 Applied DNA N/A
- 6. Jeffrey Epstein 56.2K posts
- 7. Crypto ETFs 2,952 posts
- 8. H-1B 65.5K posts
- 9. Jameis 4,877 posts
- 10. Michael Wolff 3,281 posts
- 11. #wednesdaymotivation 4,961 posts
- 12. Benny Safdie 4,043 posts
- 13. Mario Galaxy 68.8K posts
- 14. #NASDAQ_MYNZ N/A
- 15. Good Wednesday 34.3K posts
- 16. Ben Shelton N/A
- 17. Maxwell 60K posts
- 18. Hump Day 17.2K posts
- 19. Captain Marvel 1,969 posts
- 20. House Democrats 31.6K posts