If I have a listbox with say 5 or ten items in it and I want to modify a specific position, ie #3, how do you do that without using the Listbox Select/Listbox Add statement?
I'm sure it's a sendmessage of some sort...
I do have the numeric identifier (ie 3) vs the text in the window so doing it by pos& is OK..
Thanks,
Scott
------------------
Scott
I'm sure it's a sendmessage of some sort...

I do have the numeric identifier (ie 3) vs the text in the window so doing it by pos& is OK..
Thanks,
Scott
------------------
Scott
Comment