View Single Post
  #1  
Old 06-29-2005, 05:03 PM
BradleyT BradleyT is offline
Senior Member
 
Join Date: Dec 2003
Location: Milwaukee
Posts: 512
Default vb.net win32Api enumchildwindows help

I can get ENUMWINDOWS to work and give me a list of all available windows and their title text. However I can't get ENUMCHILDWINDOWS to work. All examples I see are vb6 and don't convert to vb.net. I'm an asp.net (using vb.net) programmer so I never have to deal with callback functions or win32APIs so I'm lost here.

All I need to do is pass it a known hwnd (say PokerStars.exe) and it gives me the handles for all of the childs. Sounds easy but it's not for a dummy like me.

If anyone has some sample code that works I'd greatly appreciate it.
Reply With Quote