Results 1 to 2 of 2

Thread: hwnd

  1. #1

    Thread Starter
    Member bcx7's Avatar
    Join Date
    May 1999
    Location
    Adelaide, South Australia, Australia
    Posts
    46

    Post

    what is hwnd?

    explain what it does!

  2. #2
    Hyperactive Member
    Join Date
    Jul 1999
    Location
    NY, USA
    Posts
    270

    Post

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width