CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Mouse Cursor

  1. #1
    Guest

    Mouse Cursor

    I am not able to get mouse cursor which resembles that of WindowsExplorer(When the cursor is placed over the splitter bar.) None of the inbuilt VB cursors support my requirement. Please Help.


  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: Mouse Cursor

    Be more specific of what are you going to do. Give us an example of what are you trying and what kind of controls do you use...

    Michael Vlastos
    Company MODUS SA
    Development Department
    Athens, Greece
    Tel: +3-01-9414900

  3. #3
    Join Date
    May 1999
    Posts
    3,332

    Re: Mouse Cursor

    did you try setting the Mousepointer to 99?
    you can then set your own MouseIcon property by selecting from the cursors that come with VB 6 in the common\graphics directory.
    Also, there are a couple of tools out there that let you steal cursors, icons and bitmaps from other Exes and DLLs.



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