VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Get Active window caption and work on active window

Kailash Chandra Vaishnav  (1 Submission)   Custom Controls/Forms/Menus   VB 6.0   Unknown Difficulty   Sat 25th June 2011   Mon 8th February 2021

Get Active window caption and work on active window

API Declarations


Private Declare Function GetWindowTextLength Lib "user32" Alias "GetWindowTextLengthA" (ByVal hwnd As Long) As Long
Private Declare Function GetWindowText Lib "user32" Alias "GetWindowTextA" (ByVal hwnd As Long, ByVal lpString As String, ByVal cch As Long) As Long
Private Declare Function GetParent Lib "user32" (ByVal hwnd As Long) As Long
Private Declare Function SetActiveWindow Lib "user32" (ByVal hwnd As Long) As Long
Private Declare Function GetActiveWindow Lib "user32" () As Long


Rate Get Active window caption and work on active window (1(1 Vote))
Get Active window caption and work on active window.bas

Get Active window caption and work on active window Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters