VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Moves a form as if clicking title bar, but with a label

by Deano Splamoni (15 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 31st July 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Moves a form as if clicking title bar, but with a label

API Declarations


Public Declare Function ReleaseCapture Lib "user32" () As Long


Rate Moves a form as if clicking title bar, but with a label



    ReleaseCapture
    Call SendMessage(Me.hwnd, &HA1, 2, 0&)
End Sub


Download this snippet    Add to My Saved Code

Moves a form as if clicking title bar, but with a label Comments

No comments have been posted about Moves a form as if clicking title bar, but with a label. Why not be the first to post a comment about Moves a form as if clicking title bar, but with a label.

Post your comment

Subject:
Message:
0/1000 characters