VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



get window thread process

by cprinahmed (2 Submissions)
Category: Windows API Call/Explanation
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

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

Download get window thread process

Download get window thread process (3 KB)

get window thread process Comments

No comments have been posted about get window thread process. Why not be the first to post a comment about get window thread process.

Post your comment

Subject:
Message:
0/1000 characters