Results 1 to 2 of 2

Thread: Active Control hWnd?

  1. #1

    Thread Starter
    Frenzied Member macai's Avatar
    Join Date
    Jul 2001
    Location
    Napanoch NY
    Posts
    1,228

    Active Control hWnd?

    I just recently posted something about finding the hWnd on the
    active control. I posted it in the General VB Questions forum.

    What i meant was the hWnd on any control, not just ones
    in my program.

    Click the link to see more and PLEASE PLEASE PLEASE reply.
    My Original Thread
    Luke

  2. #2
    Megatron
    Guest
    Use the FindWindow function to get the handle of a top level window, and use the FindWindowEx function to get the handle of a child window (within another window).

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