joelwenzel
Programmer
- Jun 28, 2002
- 448
I am creating an activeX control for graphing. I have completed the code to work without activeX and now I want to transfer it to activeX for easy implementation in other projects. Unfortunately, I cannot figure out a way to pass an object from a class I made to a public control method. I can only pass standard objects such as int, char, etc. Is this a limitation of activeX or is there something I am missing?
Thanks
Thanks