Quote Originally Posted by minitech View Post
Add this and take out all of your moving code:
vb.net Code:
  1. Protected Overrides Sub WndProc(ByRef e As Message)
  2.          MyBase.WndProc(e)
  3.          If e.Message = &H84 AndAlso e.Result = &H1 Then e.Result = &H2
  4. End Sub
That doesn't really want to work for me. e.message is underlined.