Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

to collect names of windows in a dialog box

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,
I make a MDI application. In one of my function, I open a dialog box. I would like to collect the name of the differents opened windows in a list. After which the user can choose windows to do the function.
Thanks!
 
use GetWindow() and GetNextWindow() to get the window list. use GetWindowText() to get the caption title of the window.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top