Desktop Functions: Smart Device Functions:
|
Search Results for "SystemIcons" in [All]user32
wndclass.hIcon = Win32.LoadIcon(IntPtr.Zero, new IntPtr((int)SystemIcons.IDI_APPLICATION)); 2: LoadIcon To load system icons, provide IntPtr.Zero for hInstance, and use one of the values of SystemIcons for lpIconName 3: SystemIcons
shell32System.Drawing.SystemIcons, although note that not all icons are included and at least the Shield icon is incorrect on Win 7 / Win 2008. |