Im trying to get the text out of a listbox in another application to putinto a listbox in my application. I've been steered toward the API call GetDlgItemText (although if anyone knows a better way, im very open for suggestions).. my question is if this is true:
Listbox handle on application: listhwnd
Local string to store items in: lclstr
What would the format of GetDlgItemText() be to accomodate those variables and extract the text in the listbox? Thanks in advance
~ Oblivion




Reply With Quote