Facing problem in VB6.0 Activex Controls design.
- by Dharmaraju
Hi, This is dharmaraju, I am facing some problem in Activex Controls design. Kindly help me to resolve the issue.
Problem Description:
I have created a property mentioned below for a textbox.
Public Property Let DataControl_Value(ByVal Value As Variant)
Public Property Get DataControl_Value() As Variant
This property is editable at design time if i use it VB6.0 Applications.
Same thing is read only in case if i use it in vc++ MFC applications.
I have defined one more property like below.
Public Property Let DataControl_DataItemDef(ByVal Value As DTMDATACONTROLLib.IXMLDOMNode)
Public Property Get DataControl_DataItemDef() As DTMDATACONTROLLib.IXMLDOMNode
In this case the "DataControl_DataItemDef" property will not be available at design time.[not displaying in control's property window.]
Kindly help me to resolve the issue.