PC Review


Reply
Thread Tools Rate Thread

Cursors and Mousepointer

 
 
Geoff
Guest
Posts: n/a
 
      13th Apr 2008
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
 
Reply With Quote
 
 
 
 
Alex Simmons
Guest
Posts: n/a
 
      13th Apr 2008
On Apr 13, 12:25*pm, Geoff <Ge...@discussions.microsoft.com> 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 With Quote
 
Geoff
Guest
Posts: n/a
 
      13th Apr 2008
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 <Ge...@discussions.microsoft.com> 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 With Quote
 
JLGWhiz
Guest
Posts: n/a
 
      13th Apr 2008
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 <Ge...@discussions.microsoft.com> 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 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
mousepointer Bob Microsoft Excel Programming 4 23rd Sep 2008 06:09 PM
MousePointer Mangesh Yadav Microsoft Excel Programming 1 3rd Aug 2005 06:28 AM
What's the difference between Cursor = Cursors.WaitCursor and CurrentCursor=Cursors.WaitCursor Just Me Microsoft VB .NET 10 24th Mar 2005 02:57 PM
MousePointer TimJ Microsoft Access Form Coding 1 31st Jan 2005 04:24 AM
Qn: MousePointer Michael Vaughan Microsoft Excel Programming 2 6th Sep 2004 04:56 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:54 AM.