D
dogmarcopolo
Is it possible at all to change cursor shape inside Word document through VBA
template? I tried:
Word.Application.System.Cursor
that didn't work and:
setSystemCursor
that changes it outside Word (system wide) but not inside the document
I know it is doable because if you use 'highlight', the cursor is changed.
also with 2003, you can use Ctrl-Alt-+ to change cursor shape to '+'. now my
question is how it is done? is this a private API only to Microsoft?
Struggling with this. any advice is deeply appreciated. Thanks in advanced
template? I tried:
Word.Application.System.Cursor
that didn't work and:
setSystemCursor
that changes it outside Word (system wide) but not inside the document
I know it is doable because if you use 'highlight', the cursor is changed.
also with 2003, you can use Ctrl-Alt-+ to change cursor shape to '+'. now my
question is how it is done? is this a private API only to Microsoft?
Struggling with this. any advice is deeply appreciated. Thanks in advanced