分类

链接

2025 年 6 月
 1
2345678
9101112131415
16171819202122
23242526272829
30  

近期文章

热门标签

新人福利,免费薅羊毛

C#获取软件图标

using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; using System.Runtime.InteropServices; using System.IO; namespace ShowIcon {             [StructLayout( LayoutKind.Sequential)]         public struct FileInfomation          {                 public IntPtr hIcon;              public int iIcon;              public int dwAttributes;                [ MarshalAs( UnmanagedType.ByValTStr, SizeConst = 260 )]              public str...

.NET 暂无评论 阅读(1,985)