Here are all the processes labeled "chrome". Opened 5 tabs. Finds only the active tab. If you change the active tab, it will have the same wHnd
The first window through EnumWindows, the second through Process.GetProcesses ();
Here are all the processes labeled "chrome". Opened 5 tabs. Finds only the active tab. If you change the active tab, it will have the same wHnd
The first window through EnumWindows, the second through Process.GetProcesses ();
Source: https://ru.stackoverflow.com/questions/511161/
All Articles