I have a borderless form with PictureBoxes positioned to look like a border. Is there a way to display the appropriate resizing cursor without having to worry about setting it back myself? I've tried:
SendMessage Me.hWnd, WM_NCMOUSEMOVE, HTBORDER, 0&
including variations of it using HTLEFT, HTRIGHT, etc.
SendMessage Me.hWnd, WM_NCMOUSEMOVE, HTBORDER, 0&
including variations of it using HTLEFT, HTRIGHT, etc.