Change Cursor in OWC Spreadsheet ?

R

Regina Rodler

Hello there,

is it possible to have the cursor changed when mouse
moves over a specific range of the OWC-spreadsheet ?

Thank you in advance,

RR
 
A

Alvin Bruney [MVP - ASP.NET]

Yes, it requires some javascript though. You need to tie into some of the
mouse events exposed by the spreadsheet - something called custom drawing.
Here is a link to one approach:
http://support.microsoft.com/default.aspx?scid=kb;en-us;555162. The link
does not tell you how to do what you are after but it gives you a good idea
on how to approach the problem.

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc
 
R

Regina Rodler

Thank you, Alvin

R.R.

Alvin Bruney said:
Yes, it requires some javascript though. You need to tie into some of the
mouse events exposed by the spreadsheet - something called custom drawing.
Here is a link to one approach:
http://support.microsoft.com/default.aspx?scid=kb;en-us;555162. The link
does not tell you how to do what you are after but it gives you a good
idea on how to approach the problem.

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc
Regina Rodler said:
Hello there,

is it possible to have the cursor changed when mouse
moves over a specific range of the OWC-spreadsheet ?

Thank you in advance,

RR
 

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