VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

It is complete code for application monitoring,event capturing.

pandikumar  (1 Submission)   Windows System Services   VB 6.0   Unknown Difficulty   Thu 30th June 2005   Mon 8th February 2021

It is complete code for application monitoring,event capturing.

API Declarations


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 GetWindowTextLength Lib "user32" Alias "GetWindowTextLengthA" (ByVal hwnd As Long) As Long
Private Declare Function GetForegroundWindow Lib "user32" () As Long
Private Declare Function GetUserName Lib "advapi32.dll" Alias "GetUserNameA" (ByVal lpbuffer As String, nSize As Long) As Long
Dim user_name As String * 100
Dim current As Long
Dim col_n As Integer
Dim row_n As Variant
Dim row_value As Integer
Dim flag As Boolean


Rate It is complete code for application monitoring,event capturing. (1(1 Vote))
It is complete code for application monitoring,event capturing..bas

It is complete code for application monitoring,event capturing. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters