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

Thread: Mouse position

  1. #1
    Join Date
    Jul 2001
    Posts
    41

    Mouse position

    Hello

    Is there any way to know the instance when the mouse is brought on to the border of the form.

    My problem is in my application when the form is resized using controlbaox and move the mouse over the border of the form then I am not getting the double arrow mouse pointer.

    Thanks in advance.

    Goutam.


  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Mouse position

    The double arrow is a function of the Forms BorderStyle.
    Make sure is is SIZEABLE

    John G

  3. #3
    Join Date
    Jul 2001
    Posts
    41

    Re: Mouse position

    Hello John,

    Thanks for your prompt reply. My application is an MDI application with about 20 child forms and one parent form and one Module. There is No border style property for parent form. But I have set the border style of the child forms as Sizable. Even then I do not get double arrow for even child forms.
    Any hints are greatly welcome.

    Thanks
    Babu.


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