Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 371
Default Cursors and Mousepointer

Hi
On a form I use this to indicate activity
Me.MousePointer = fmMousePointerCustom
Me.MouseIcon = LoadPicture(Application.Path & "\MSN.ico")
then reset using
Me.MousePointer = fmMousePointerDefault

How can Application.Cursor = xlWait be changed to show the same?

Geoff
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Cursors and Mousepointer

On Apr 13, 12:25*pm, Geoff wrote:
Hi
On a form I use this to indicate activity
Me.MousePointer = fmMousePointerCustom
Me.MouseIcon = LoadPicture(Application.Path & "\MSN.ico")
then reset using
Me.MousePointer = fmMousePointerDefault

How can Application.Cursor = xlWait be changed to show the same?

Geoff


Take a look at this post on Daily Dose of Excel, which uses API calls
to change the cursor:

http://www.dailydoseofexcel.com/arch...system-cursor/

Alex
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 371
Default Cursors and Mousepointer

Thanks but the primary link is to change the mousepointer on a form, which I
can already do. The secondary links on the site are to do with existing
cursor shapes.

What I am seeking is to replace the xlWait cursor on a worksheet with an icon.

Geoff

"Alex Simmons" wrote:

On Apr 13, 12:25 pm, Geoff wrote:
Hi
On a form I use this to indicate activity
Me.MousePointer = fmMousePointerCustom
Me.MouseIcon = LoadPicture(Application.Path & "\MSN.ico")
then reset using
Me.MousePointer = fmMousePointerDefault

How can Application.Cursor = xlWait be changed to show the same?

Geoff


Take a look at this post on Daily Dose of Excel, which uses API calls
to change the cursor:

http://www.dailydoseofexcel.com/arch...system-cursor/

Alex

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Cursors and Mousepointer

There are several sites out there for changing the cursor. Here is another:

http://www.itexpressions.com/customcursor.shtml

"Geoff" wrote:

Thanks but the primary link is to change the mousepointer on a form, which I
can already do. The secondary links on the site are to do with existing
cursor shapes.

What I am seeking is to replace the xlWait cursor on a worksheet with an icon.

Geoff

"Alex Simmons" wrote:

On Apr 13, 12:25 pm, Geoff wrote:
Hi
On a form I use this to indicate activity
Me.MousePointer = fmMousePointerCustom
Me.MouseIcon = LoadPicture(Application.Path & "\MSN.ico")
then reset using
Me.MousePointer = fmMousePointerDefault

How can Application.Cursor = xlWait be changed to show the same?

Geoff


Take a look at this post on Daily Dose of Excel, which uses API calls
to change the cursor:

http://www.dailydoseofexcel.com/arch...system-cursor/

Alex

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Mouse Cursors siyedu Excel Discussion (Misc queries) 1 December 9th 05 11:56 PM
MousePointer Mangesh Yadav[_4_] Excel Programming 1 August 3rd 05 06:28 AM
Excel Macro mousePointer control Mary Excel Programming 0 July 5th 05 03:45 PM
Qn: MousePointer Michael Vaughan Excel Programming 2 September 6th 04 04:56 AM


All times are GMT +1. The time now is 09:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"