有谁对ActiveX控件接口熟悉,我有个接口问题
我在做一个名为test.ocx控件过程中需要用到多个同名的Property Value 和Method InsertValue(int channel, float newValue),分别属于不同的类型A,B,C,D。
如用户使用为
Test.A.Value、Test.B.Value、Test.C.Value、Test.D.Value 和Test.A.InsertValue(newchannel,newValue)、Test.B.InsertValue(newchannel,newValue)、Test.C.InsertValue(newchannel,newValue)、Test.DA.InsertValue(newchannel,newValue)
而我现在只会用Value0,Value1,Value2,Value3,InsertValue0,InsertValue1,InsertValue2,InsertValue3来分别表示,不会在前面分层次,但这不满足设计要求,请教各位大侠在VC++ 6.0 MFC ActiveX里面如何实现分层?
各位兄弟如果有开发经历,能给我一份 VC MFC ActiveX ControlWizard 源码?
十分感谢,qq:11744171
msn:south_bird@hotmail.com