Click to See Complete Forum and Search --> : Mouse position


Goutam
August 24th, 2001, 04:51 PM
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.

John G Duffy
August 24th, 2001, 06:12 PM
The double arrow is a function of the Forms BorderStyle.
Make sure is is SIZEABLE

John G

Goutam
August 27th, 2001, 11:48 AM
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.