2 clicks west of a Quirkafleeg...Cornwall, England
Posts
754
Youre gonna have to do a findwindowEx, until you find the right window, one way to test to se if you have the right window, is to use GetClassName, and if it returns a ListBox class, then try and grab the contents of the listbox.....but if there are many listboxes you might get a bit stuck.....
if you need code lemme know i'll do something tonight....
To help better, its the references window in VB... I want to output the contents to another list box, and then install a program... then look for new values.
2 clicks west of a Quirkafleeg...Cornwall, England
Posts
754
OK,
what im gonna do is do a findwindowex for the references dialog - then i'm gonna get the window text, and if it's the references dialog box, then i'm gonna extract the contents of the listbox. give me a short while and i'll post the code...
I have troubles understanding other peoples code... also, looking at it... does it only return the list items that have the tick box besides them ticked, as i would like all of them