|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to get title of all "child" windows?Hello -
I have an application with which I am trying to determine whether another application has a "child" window open. So I used Process.MainWindowTitle() but that will only give me the main window since the "child" window does not get its own button in the Task Bar. Is there any way to get the window titles of all open windows including the ones that do not show in the Task Bar? Thanks! Joe You need to use the EnumChildWindows API using a callback delegate function.
If you search Google etc. you'll soon find many examples. Places like http://www.planet-source-code.com & http://www.codeproject.com are two good sites for free source code I hope this was of some help to you Do yourself a favour Joe & spoof your e-mail address unless you are fond of SPAM. Newbie Coder (It's just a name)
Problem running query in code
Make the value of MyObjectA equal to the value of MyObjectB? System.Net.Sockets.SocketException Error How to go to the next control? Automate file downloads Newbie Missing Something with Access DB Update Using VB .NET setting form properties during runtime New line character converting bitarray to int64 Console application to generate Excel file |
|||||||||||||||||||||||