VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Form Drag / Move

Kevin Still  (2 Submissions)   Coding Standards   Visual Basic 3.0   Advanced   Wed 3rd February 2021

This code will make it so you dont have to use the title bar to move your forms/projects.

API Declarations
'Declarations
Private Declare Function ReleaseCapture Lib "user32" () As Long
Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long

Rate Form Drag / Move (4(4 Vote))
Form Drag / Move.bas

Form Drag / Move Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters