分类

链接

2025 年 11 月
 12
3456789
10111213141516
17181920212223
24252627282930

近期文章

热门标签

新人福利,免费薅羊毛

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 暂无评论 阅读(2,018)