Duplicating ListBox(es) - no SendMessage

kunaldua

Junior Member
Mar 26, 2002
10
0
0
Hi

Does anybody know of a technique of duplicating Listbox contents WITHOUT using the SendMessage function??

Please let me know.

Thanks
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
the listbox itself contains pointers to the data structures which control the information displayed and available.

You would have to know the actual internals of the listbox in order to bypass the methods used to retrieve the info.

Curious, why are you trying to make extra work for yourself?