I dont know what I'm doing wrong. I'm tyring to use SetCapture and I get an error:
VB Code:
  1. <DllImport("user32.dll")> _
  2.     Private Function SetCapture(ByVal hwnd As IntPtr) As IntPtr
  3.     End Function

I call the function like this:
SetCapture me.handle
here's the error
An unhandled exception of type 'System.InvalidProgramException' occurred in extracontrols.dll

Additional information: Error: PInvoke item (field,method) must be Static