Hi,
I use this to ascertain if a window (titled C:\curl.exe) is open.
FindWindow(vbNullString, "C:\curl.exe")
If there are multiple windows with the same title (it happens with curl), is there a way to find the number of such windows open?
Any help will be appreciated.
I use this to ascertain if a window (titled C:\curl.exe) is open.
FindWindow(vbNullString, "C:\curl.exe")
If there are multiple windows with the same title (it happens with curl), is there a way to find the number of such windows open?
Any help will be appreciated.