PDA

Click to See Complete Forum and Search --> : Active Control hWnd?


macai
Jan 22nd, 2002, 07:59 PM
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 (http://www.vbforums.com/showthread.php?s=&threadid=136769)

Megatron
Jan 23rd, 2002, 06:12 PM
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).