This blog contains the C# hints & tips that I found in the web.
public static Icon ToIcon(Bitmap bmp) { IntPtr i = bmp.GetHicon(); Icon ic = Icon.FromHandle(i); return ic; }
No comments:
Post a Comment