如何在C++ builder中動態改變游標樣式 |
尚未結案
|
okiss
一般會員 發表:11 回覆:55 積分:13 註冊:2002-11-27 發送簡訊給我 |
各位大大:
我已看過 http://delphi.ktop.com.tw/topic.php?topic_id=22021
因為cursor的圖需要動態更動.... 所以res應該是做不到ㄅ...
所以我用API的方式...
但不知如何改變cursor的width and height
以及如何讓cursor有transparent ?? 因為 it is always a block...@@
先感謝各位大大囉...^^ 發表人 - okiss 於 2003/03/19 12:10:57
|
dllee
站務副站長 發表:321 回覆:2519 積分:1711 註冊:2002-04-15 發送簡訊給我 |
不知道您有沒有看過
StatPlus StandAlone Version
http://delphi.ktop.com.tw/topic.php?TOPIC_ID=25676
其中我也動態改變了 ICON 喔。
對於 CURSOR 應該是一樣的方法,您可以參考看看。 沒空更新的網頁...
http://big5.to/吃軟也吃硬 C及指標教學,計算機概論,資訊管理導論... http://home.kimo.com.tw/dllee.tw
http://coolsite.to/ushells 介紹Shells,LiteStep,GeoShell....
------
http://www.ViewMove.com |
okiss
一般會員 發表:11 回覆:55 積分:13 註冊:2002-11-27 發送簡訊給我 |
|
dllee
站務副站長 發表:321 回覆:2519 積分:1711 註冊:2002-04-15 發送簡訊給我 |
在 StatPlus 中
TextToIconBitmap() 產生 Bitmap 圖
放到 CreateCursor 中的 pvANDPlane,pvXORPlane 如下:
HCURSOR CreateCursor( HINSTANCE hInst, // handle to application instance int xHotSpot, // horizontal position of hot spot int yHotSpot, // vertical position of hot spot int nWidth, // cursor width int nHeight, // cursor height CONST VOID *pvANDPlane, // pointer to AND bitmask array CONST VOID *pvXORPlane // pointer to XOR bitmask array );可自定大小及 hot spot 的位置。 比較不好懂的 AND/XOR bitmask 代表的意思,在 StatPlus 中有解釋。 沒空更新的網頁... http://big5.to/吃軟也吃硬 C及指標教學,計算機概論,資訊管理導論... http://home.kimo.com.tw/dllee.tw http://coolsite.to/ushells 介紹Shells,LiteStep,GeoShell....
------
http://www.ViewMove.com |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |