Acoustic
May 24th, 2001, 05:51 PM
I've got a dll I've been working on that performs a couple functions based on different properties. All is well and good...but what I need to do now is somehow pass a listview (or the contents thereof) to the activex dll...(the listview is report style with small icons in the first column). Once I get that to work I've already got the code to do what is needed with the various subitems of the control, but I don't have any experience with passing controls to dll, nor do I even know if it's possible.
I realize that I could take the text from the listview and put it into an array and pass the array, but then I won't have access to the listview's properties such as icons, smallicons etc...
Please help me out with a bit of code & suggestions if you have any!
Thanks,
Acoustic
I realize that I could take the text from the listview and put it into an array and pass the array, but then I won't have access to the listview's properties such as icons, smallicons etc...
Please help me out with a bit of code & suggestions if you have any!
Thanks,
Acoustic