# cs **Repository Path**: principlewindows/cs ## Basic Information - **Project Name**: cs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-26 - **Last Updated**: 2023-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CSharp XAML Window类已扩展为支持桌面窗口,从而转换为UWP和桌面应用模型所使用的每个低级别窗口实现的抽象。 具体而言,UWP使用CoreWindow,而Win32使用窗口句柄(或称HWND)和相应的Win32 API https://github.com/microsoft/microsoft-ui-xaml/issues/5917 君子使物 不以物使\ 大儒用技 勿为技累 - [Code samples for Windows app development](https://docs.microsoft.com/en-us/windows/apps/get-started/samples) - [C# Office Com 开发 Excel插件与函数dll注册](https://www.cnblogs.com/yzhyingcool/p/13844718.html) - [c#中转出Excel时碰到Excel的COM组件没有注册的问题解决方法](https://blog.csdn.net/postfxj/article/details/23187861) - [Application Manifests](https://docs.microsoft.com/en-us/windows/win32/sbscs/application-manifests) - [Registration-Free COM Interop](https://docs.microsoft.com/en-us/dotnet/framework/interop/registration-free-com-interop) - [Enhancing Non-packaged Desktop Apps using Windows Runtime Components](https://blogs.windows.com/windowsdeveloper/2019/04/30/enhancing-non-packaged-desktop-apps-using-windows-runtime-components/) - [RegistryHive Enum](https://docs.microsoft.com/en-us/dotnet/api/microsoft.win32.registryhive?view=net-6.0) ## 1 Tools - Visual UI Automation Verify - Blender for VS - Live visual tree and Live property explorer [WPF利用VisualTreeHelper遍历寻找对象的子级对象或者父级对象](https://www.cnblogs.com/dotnetHui/p/8342398.html)