Results 1 to 5 of 5

Thread: Label Help [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2005
    Posts
    300

    Label Help [RESOLVED]

    VB Code:
    1. Private Sub label13_MouseMove(Button As Integer, Shift As Integer, x As Single, y As Single)
    2.     Dim Ret&
    3.        ReleaseCapture
    4.        Ret& = SendMessage(Me.hWnd, &HA1, 2, 0&)
    5.        
    6. End Sub

    one of my mates sent me this just before he signed of suppose to make it so i click the label and move the program around the screen because i removed the default ones.
    But it doesn't like ReleaseCapture.
    Do i have to turn something on within VB ?
    Last edited by Ricky1; Mar 9th, 2005 at 01:44 PM.
    Im Learning !!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width