PDA

Click to See Complete Forum and Search --> : Make an Acrobat 'Hand' control


agmorgan
Jul 28th, 2003, 08:52 AM
Do you think it would be possible to create an add-in for MS Office
so that you could have the option to scoll documents with a 'Hand'
like in Adobe Acrobat?

I figure you would need 2 images, one open hand and one closed.
Then some scroll calls and mouse tracking.

Oversimplified, I know. :)

Matt_T_hat
Aug 5th, 2003, 06:48 AM
Should be a case of catching the on_clicks and setting the icons. while useing the on_mouse_up / _down events while click is true for scrolling.

Might even have been done try a google search.