Results 1 to 2 of 2

Thread: Keeping the mousepointer vbDefault

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2000
    Posts
    103
    I am shelling a small program from within my program and every time it Shell's it, the mousepointer changes to vbHourglass. I would like the mousepointer to remain vbDefault... is there any way to do this?

  2. #2
    Addicted Member
    Join Date
    Feb 2000
    Location
    CWMBRAN,WALES,UK
    Posts
    146
    Hi,
    I havn't tried this, but its worth a stab.

    Add this statement:

    If Screen.MousePointer = vbHourGlass Then
    Screen.MousePointer = vbDefault
    End If

    GRAHAM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width