Setting the mouse pointer

J

Jon Rizzo

Is there a trick to setting the mouse pointer in a COM addin?
Screen.MousePointer does not seem to do the trick...


Jon
 
K

Ken Slovak - [MVP - Outlook]

From where in the addin? In a custom form you can change the cursor using
the form's Me.MousePointer property in VB. In VBA you'd have to use a Win32
API call to change the mouse cursor.
 
J

Jon Rizzo

Nevermind - I discovered a document on Microsoft's web site saying that it
is not possible in an Outlook COM add-in. Thanks for the reply, though.


Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top