mouse cursor

  • Thread starter Thread starter raulavi
  • Start date Start date
R

raulavi

vs2008 c#
Is it any way within the IDE to highlight mouse cursor or change it without
changing for windows?

I want a yellow circle around my mouse bean. any ideas?
TIA
 
raulavi,

You mean you want this for your IDE, and not for a project you are
developing? I don't think there is a way out of the box that will let you
do this. You will probably have to write an extensibility module for the
IDE and hijack the cursor.
 
thanks Nicolas...
yes, for the IDE.

hijack...thats a major word, any samples?

Nicholas Paldino said:
raulavi,

You mean you want this for your IDE, and not for a project you are
developing? I don't think there is a way out of the box that will let you
do this. You will probably have to write an extensibility module for the
IDE and hijack the cursor.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

raulavi said:
vs2008 c#
Is it any way within the IDE to highlight mouse cursor or change it
without
changing for windows?

I want a yellow circle around my mouse bean. any ideas?
TIA
 

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

Similar Threads


Back
Top