tags:

views:

82

answers:

3

I'm using WinApi and C#. I need to find window with variable caption. Caption contains constant part. I think that I need to enumerate all windows. How I can do this?

+1  A: 

you have to use P/Invoke function: EnumWindows

Benny
+3  A: 

There is already a similar post .

affan
+1  A: 

Look for EnumWindows in MSDN - it accepts callback function, in which you get list of all windows