Home
Community
Discussion Forums
Most Active Software Boards
LabWindows/CVI
Topic
LabWindows/CVI
Register
·
Login
·
Help
Community
Category
Board
Documents
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
All Forum Topics
Previous Topic
Next Topic
I also want a custom mouse cursor, how do I use a custom .cur file as the mouse cursor?"
I also want a custom mouse cursor, how do I use a custom .cur file as the mouse cursor?"
Greg Byram
Member
02-26-2003
02:03 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Where are all the artsi-crafsi creative people. I too would like to add my own .cur file for the mouse cursor during my application. Can this be done?
0
Kudos
Message
1
of 2
(2,973 Views)
Reply
Re: I also want a custom mouse cursor, how do I use a custom .cur file as the mouse cursor?"
Pierre_63
Active Participant
04-14-2003
04:59 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Here's a very short sample that works :
HCURSOR hCursor;
hCursor = LoadCursorFromFile( va_psFile );
if( hCursor==NULL )
return FALSE;
SetCursor( hCursor );
ShowCursor( TRUE );"
0
Kudos
Message
2
of 2
(2,973 Views)
Reply
All Forum Topics
Previous Topic
Next Topic