TIP: To change the mouse pointer from Outlook
form code
Like BackColor, MousePointer is a property of the
specific form page that you're displaying. If you
want to incorporate a mouse pointer change into what
happens when the user clicks a command button on a
custom page named P.2, the code would look something
like this:
If you have multiple pages on your form, you may want to set the
pointer for all pages, in case the user clicks on a different page. Of
course, this only works for customized pages, not for the built-in
pages.
This
|