- 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
- 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