Can someone tell me the difference between findwindow and FindWindowEx, and getwindow , etc. ?How do i find a window of a particualar type (eg listbox, commandbutton etc).
Also what is the difference between a ThunderRT6ListBox and a "ListBox"


The code that you have posted works only if the form has just a list box. ie if the form has a list box + buttons + something else then findwindow EX returns a 0?..why..what can you do then?.

also the first findwindow ex doesnt look into child windows .. so if your listbox is on a child window...what do you do.. i guess you would need to give findwindowex a few parameters (window class )

can someone tell me about window classes and what are the constants for them..(to look for in api text viewer).

Also are there any constants for listboxes , commandbuttons etc. ?


Thanks MMMM