VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

get window thread process

cprinahmed  (2 Submissions)   Windows API Call/Explanation   Intermediate   Wed 3rd February 2021

use this project to get the process identifier of any window
rather than makeing a call to EnumProcesses,it also learn how to
get the classname,titlename,Foregroundwindow and thread
identifier of the window.

API Declarations
Private Declare Function GetWindowThreadProcessId Lib "user32" (ByVal hwnd As Long, lpdwProcessId As Long) As Long

Rate get window thread process (2(2 Vote))

Download get window thread process

get window thread process Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters