a class how would I question

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

I want to create a class that accepts a referance from an ocx control? just
thinking here and kicking around some ideas..
 
Brian said:
I want to create a class that accepts a referance from an ocx control? just
thinking here and kicking around some ideas..

Maybe you had better provide more details, because on the face of it, it
seems that the class would be created no differently than any other class.
You would need a property or a constructor that takes the reference to your
control as a parameter.

Mike
 
Back
Top