-
How do i get all the child windows of a window
Hi,
I need to find all the child windows of a certain window (I have it's hwnd)
and then find the title of all those windows (I already know how to do
that). Now I found out that there's FindWindowEx and EnumChildWindows. Which
one is better or more reliable? Does anyone have some sample code? Or a link
to a good website on this?
Thanks,
Steven Koeppel
-
Re: How do i get all the child windows of a window
Hi Steven --
> I need to find all the child windows of a certain window (I have it's hwnd)
> and then find the title of all those windows (I already know how to do
> that). Now I found out that there's FindWindowEx and EnumChildWindows. Which
> one is better or more reliable? Does anyone have some sample code? Or a link
> to a good website on this?
I like EnumChildWindows better, myself, unless I'm looking for something specific.
There's an example -- PassSniff.zip -- on my site.
http://www.mvps.org/vb/samples.htm
Later... Karl
--
[Microsoft Basic: 1976-2001, RIP]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks