I need to be able to detect when the user simply clicks on the border of my form. (Like when you reach the end of a window and it turns into the resize mouse icon).

Simply clicking the border does not activate the form's resize event, so I need to know what kind of message is sent when you just click on the border so I can subclass it.

Any Suggestions?