PDA

Click to See Complete Forum and Search --> : hwnd


bcx7
Nov 9th, 1999, 07:28 AM
what is hwnd?

explain what it does!

Compwiz
Nov 9th, 1999, 07:32 AM
The hWnd stands for Window Handle (as far as I know). Each process has one. This can be considered as identification for the process. The problem with hWnd's are that they change every time that a process is opened or closed, so you have to use the FindWindow API.

For example, your browser has a hWnd, and say for instance, you wanted to close it... you would have to know the hWnd.

------------------
Tom Young, 14 Year Old
tyoung@stny.rr.com
ICQ: 15743470
AIM: TomY10
PERL, JavaScript and VB Programmer