DismissedLight

Results 97 comments of DismissedLight

> > ```cs > > ```cs > > var child = VisualTreeHelper.GetChild(parent, 0); > > ``` > > > > > > > > > > > > > >...

Well... Just use GetChildrenCount and a for loop to test all elements ```cs using CommunityToolkit.WinUI.UI.Behaviors; using Microsoft.UI.Xaml; using Microsoft.UI.Xaml.Media; using Microsoft.UI.Xaml.Shapes; /// /// Make ContentDialog's SmokeLayerBackground dsiplay over custom titleBar...

> @Lightczx I don't know if the C# version works. The C++ version works 100% of the time, so the C# should work. If it doesn't then C# does something...

> how do you make your "Back" arrow appear in the title bar? I know that I should change margin of the frame but how? Hi, @Pietro228 I'm assuming you...

This is how I achieve this (Some types are generated by CsWin32) ``` c# internal static class PrivatePInvoke { private enum WINDOW_TYPE : uint { IMMERSIVE_BODY, IMMERSIVE_DOCK, IMMERSIVE_HOSTED, IMMERSIVE_TEST, IMMERSIVE_BODY_ACTIVE,...

I create the CoreWindow before WinUI window ever `Activate` once the window is `Created` the HWND is already available

我来构成交叉引用 https://blog.amarea.cn/archives/genshin-launcher-chunk-download-mode.html

chunk.db ``` sql -- auto-generated definition create table depot_file_data ( file_main_key LONGVARCHAR primary key, package_id LONGVARCHAR, build_id LONGVARCHAR, depot_id LONGVARCHAR, file_id LONGVARCHAR, file_ver LONGVARCHAR, file_status INTEGER default 0, install_dir LONGVARCHAR...

祈愿记录同步服务将会在下版本上线,如果有其他数据的同步需求请单独提交新的 Issue