G
Guest
hi,all
For example, In MSDN help program, there are many items in the left list box
when you type whatever key word. Can I get these itmes' text in anohter
program? I did a test, put a CListBox in a dialog and then , in another
program, get the handle of this list box and use list.Attach(handle) , then
you can get all text by the list. But in msdn help program, it is not a
CListBox, how to do that? Is possible?
Thanks
For example, In MSDN help program, there are many items in the left list box
when you type whatever key word. Can I get these itmes' text in anohter
program? I did a test, put a CListBox in a dialog and then , in another
program, get the handle of this list box and use list.Attach(handle) , then
you can get all text by the list. But in msdn help program, it is not a
CListBox, how to do that? Is possible?
Thanks