Results 1 to 4 of 4

Thread: mousepointer

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2000
    Location
    Leeds
    Posts
    30
    I am creating an activeX control and some of the procedures in it take a long time to complete, i would like to change the mouse pointer to the 'system busy mouse' i have tried
    MousePointer = 9
    but this does not seem to work, i want it so that the user can't click on the control or the container while the procedure is still runner, ie until i change the mouse back to mousepointer = 1 at the end of the procedure.
    any help is much appreciated, thanks Piers

  2. #2
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    Goto to:
    http://www.vbapi.com/ref/l/loadcursor.html

    it will help you

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2000
    Location
    Leeds
    Posts
    30
    yea, that is very helpful, thanks

  4. #4
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    don't mention it,
    i only posted a link

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