Mouse Pointers 
Author Message
 Mouse Pointers

Hi there,

can anyone help me on how to change the mouse pointer to a pointing finger,
like that on a hyperlink in IE4/5.

I looked through the available pointers under  screen.mousepointer but
cannot see it.

Any response gratefully appreciated.

Andy



Thu, 14 Feb 2002 03:00:00 GMT  
 Mouse Pointers
There are a couple ways of going about this.... try this:

Create a resource file in your app.  Add whatever cursors you want that are
custom (There is a pointing finger in the built in graphics from VB you
could use)

Replace the 101 in the below source code with whatever resource number you
have.

    Form1.MouseIcon = LoadResPicture(101, vbResCursor)
    Form1.MousePointer = vbCustom

Then, to set the mouse back, you can just:
    Form1.MousePointer = vbNormal

If you have questions about this, email me. :)

Mike

Quote:
> Hi there,

> can anyone help me on how to change the mouse pointer to a pointing
finger,
> like that on a hyperlink in IE4/5.

> I looked through the available pointers under  screen.mousepointer but
> cannot see it.

> Any response gratefully appreciated.

> Andy



Fri, 15 Feb 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. move a mouse pointer to a different location without moving the mouse

2. Invisible mouse...?...no mouse pointer...?

3. Changing the mouse pointer

4. Problem with custom mouse pointer

5. extra mouse pointer

6. mouse pointer properties

7. Changing the Mouse Pointer ?

8. Change Mouse Pointer

9. Loose mouse pointer after trnasfer spreadsheet...

10. Mouse Pointers

11. changing the mouse pointer with vba (powerpoint)

12. Change Mouse Pointer

 

 
Powered by phpBB® Forum Software