|
-
Dec 30th, 2001, 04:35 PM
#1
Thread Starter
Fanatic Member
Direct-X Mouse Pointer
How Can I change the Mouse Pointer While in "Direct-X" mode
sorry, this stuff is all new to me!
Kurt Simons
[I know I'm a hack but my clients don't!]
-
Dec 30th, 2001, 04:50 PM
#2
Good Ol' Platypus
I don't think you should, VB is lousy for that. Instead, why don't you Hide the mouse cursor with the ShowCursor API. Call it with False as the parameter to hide it, true to show it. Then you can draw your own cursor inside your program (because it is full-screen!). It also allows for 16 million colour mouse pointers and more flexibility.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Dec 30th, 2001, 05:40 PM
#3
Sastraxi is correct. Use DX drawing functions to draw your own cursor.
Z.
-
Dec 30th, 2001, 05:46 PM
#4
Thread Starter
Fanatic Member
OK, I hid the cursor...
what is the easiest way to "create" my own cursor?
how do I load a .jpg into direct-x memory?
I just got it to work using a circle
Kurt Simons
[I know I'm a hack but my clients don't!]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|