一个关于光标 cursor的好网站

发现一个关于光标 cursor的好网站

http://www.anicursor.com

据说是一些可以编辑光标图案的免费软件,我还没有尝试。
http://www.dirfile.com/freeware/cursor-editor.htm

delphi 里面,修改鼠标的光标的2个方法,都可以用
var
   hNewCursor:HCURSOR;
begin
  HNEWCURSOR:=LOADCURSORFROMFILE('hardly4.ani');
  //方法1
  SETCLASSLONG(FORM1.HANDLE,GCL_HCURSOR,HNEWCURSOR);
  
 //方法2
  screen.Cursors[100]:=  HNEWCURSOR;
  cursor:=100;
修改全局鼠标的方法, SetSystemCursor(LoadCursorFromFile('g.cur'),OCR_NORMAL ); 恢复的方法 SystemParametersInfo(SPI_SETCURSORS, 0, nil, 0);

www.18ie.com 欢迎留言

飞涛软件工作室
2006-10-14 17:52:48
Warning: MkDir failed (Disc quota exceeded) in /z1/18ie/public_html/count/html/count.php on line 12

Warning: fopen("/z1/18ie/public_html/count/html/2008_07/06_every.txt", "a+") - No such file or directory in /z1/18ie/public_html/count/html/count.php on line 42

Warning: Supplied argument is not a valid File-Handle resource in /z1/18ie/public_html/count/html/count.php on line 43

Warning: Supplied argument is not a valid File-Handle resource in /z1/18ie/public_html/count/html/count.php on line 46

Warning: Supplied argument is not a valid File-Handle resource in /z1/18ie/public_html/count/html/count.php on line 48

Warning: Supplied argument is not a valid File-Handle resource in /z1/18ie/public_html/count/html/count.php on line 49

全部文章