|
-
Sep 21st, 2009, 06:12 PM
#3
Thread Starter
Hyperactive Member
Re: Move borderless form.
 Originally Posted by minitech
Add this and take out all of your moving code:
vb.net Code:
Protected Overrides Sub WndProc(ByRef e As Message)
MyBase.WndProc(e)
If e.Message = &H84 AndAlso e.Result = &H1 Then e.Result = &H2
End Sub
That doesn't really want to work for me. e.message is underlined.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|