c/c++ get handle control of an unnamed listbox -


i using code handle of listbox need problem have 5 listboxes same class name , no title

and stops enumeration since finds first listbox

bool callback enumchildproc(hwnd hwnd, lparam lparam) {     hwlist = findwindowex(hwnd,0,"wtl_listview", "");     if(!hwlist)         return true;         return false; }  int main(void) {     hwnd a=findwindow("dialog", "");     enumchildwindows(a, &enumchildproc, (lparam)""); } 


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -