CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    California, USA
    Posts
    40

    How do i change the mouse cursor

    how do i change the mouse cursor when a user clicks a command button? i have a program that makes cursors so i am going to make it so they have a blank cursor, so they will be like "what the heck"

    PanasonicSubz

  2. #2
    Join Date
    Aug 1999
    Location
    India-Delhi
    Posts
    106

    Re: How do i change the mouse cursor

    If I understand your question correct -
    Please use screen.mousepointer = 11 to get hour glass and just play around the number to get different kind of mouse cursors......
    99 is kept for user defined pointer.
    try this!!!!



    Santulan

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

Featured