PC Review


Reply
Thread Tools Rate Thread

Can we use our(custom) cursor in xlwait?

 
 
musa.biralo
Guest
Posts: n/a
 
      3rd Apr 2007
Hi,
Is there a way to change default hourglass cursor (xlwait) to
something different? My main intension is to use some new type of
cursor rather than old hourglass....

if you know any resources or the code please help me....

Thanks
musa.biralo

 
Reply With Quote
 
 
 
 
Jim Cone
Guest
Posts: n/a
 
      3rd Apr 2007

If you are referring to the cursor displayed on a UserForm then
there are many choices from the C:\WINDOWS\Cursors folder.

On a Worksheet, you are pretty much limited to the xlMousePointer
constants... xlDefault, xlWait, xlNorthwestArrow and xlIBeam.
Also you must change it back as that is not done automatically...
Application.Cursor = xlDefault
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"musa.biralo" <(E-Mail Removed)>
wrote in message
Hi,
Is there a way to change default hourglass cursor (xlwait) to
something different? My main intension is to use some new type of
cursor rather than old hourglass....

if you know any resources or the code please help me....

Thanks
musa.biralo

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Application.Cursor = xlWait doesn't display hourglass =?Utf-8?B?RGFsZSBGeWU=?= Microsoft Excel Programming 0 17th Oct 2007 04:52 PM
Custom Cursor Sam Microsoft VB .NET 3 6th Mar 2005 05:37 PM
custom cursor? Steven Microsoft Excel Programming 4 15th May 2004 07:51 PM
Custom Cursor Kevin Microsoft Access Form Coding 1 4th May 2004 08:16 PM
Custom Cursor Kevin Microsoft Access Form Coding 0 1st May 2004 04:21 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:39 PM.