I have an app which allows multiple instances.. each time I open the app, I want to dynamically allocate some storage for each already opened window.
What is the best way to count how many are open? What about when their title text is different?
This is a discussion on Counting windows within the Windows Programming forums, part of the Platform Specific Boards category; I have an app which allows multiple instances.. each time I open the app, I want to dynamically allocate some ...
I have an app which allows multiple instances.. each time I open the app, I want to dynamically allocate some storage for each already opened window.
What is the best way to count how many are open? What about when their title text is different?
What is the end result you are trying to accomplish?
gg
Each time I open a certain app, I want to know how many windows of this app are already opened.