2012年10月1日 星期一

c# using resource image to change the form's icon

using System.Drawing;

Icon myIcon = Icon.FromHandle(Resources.stock_filter_data_by_criteria.GetHicon());
this.Icon = myIcon;

沒有留言: