J Jon Rizzo May 13, 2004 #1 Is there a trick to setting the mouse pointer in a COM addin? Screen.MousePointer does not seem to do the trick... Jon
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] May 14, 2004 #2 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.
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 May 19, 2004 #3 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
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