VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

'Get the caption of control which captures mouse event using GetCapture API

Karthikeyan  (187 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Unknown Difficulty   Tue 23rd January 2001   Mon 8th February 2021

'Get the caption of control which captures mouse event using GetCapture API

API Declarations


Private Declare Function GetWindowText Lib "user32.dll" Alias "GetWindowTextA" (ByVal hWnd As Long, ByVal lpString As String, ByVal length As Long) As Long
Private Declare Function GetWindowTextLength Lib "user32.dll" Alias "GetWindowTextLengthA" (ByVal hWnd As Long) As Long

Rate 'Get the caption of control which captures mouse event using GetCapture API (2(2 Vote))
'Get the caption of control which captures mouse event using GetCapture API.bas

'Get the caption of control which captures mouse event using GetCapture API Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters