Mike Hearn wrote:
- if (GetWindowTextW( list[i], buffer, len ) && !strcmpiW( buffer, title )) break;
a simpler fix would be to use len + 1 instead of len here.
A+
--
Eric Pouech




Reply via email to