CthulhuDragon
Aug 10th, 2000, 12:37 PM
I am using MFC to create an activex control. I want many of the properties to be accessible through property pages however I have a few snags.
Most of my properties access and array of values. Therefore all my properties use syntax like SetDeviation(short index, INT nNewValue) I want to hook these up in a method similar to the MS tabstrip style. where they can select the object they are working with and set properties. ANyone have any idea how to do that?
Most of my properties access and array of values. Therefore all my properties use syntax like SetDeviation(short index, INT nNewValue) I want to hook these up in a method similar to the MS tabstrip style. where they can select the object they are working with and set properties. ANyone have any idea how to do that?