摘要:
//設置鼠標圖標 Bitmap a = (Bitmap)Bitmap.FromFile("1.png"); SetCursor(a, new Point(16, 36)); //new Point() 定義鼠標的可用點位置。 //設置鼠標函數 public void SetCursor(Bitmap cursor, Point hotPoint) { int hotX = hotPoint.X; ... 閱讀全文
posted @ 2010-01-05 22:12
Xingsoft
閱讀(2343)
評論(0)
推薦(0)

浙公網安備 33010602011771號