I have a borderless form that can be moved and resized like a regular bordered window (using SnedMessage), but I cannot get the system to display the resize cursor when over the PictureBoxes I use for borders without setting and resetting them myself. I've tried using SendMessage with a wMsg of WM_NCMOUSEMOVE, but can't get it to work.