Facing problem in VB6.0 Activex Controls design.
        Posted  
        
            by Dharmaraju
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dharmaraju
        
        
        
        Published on 2010-03-30T04:01:53Z
        Indexed on 
            2010/03/30
            4:13 UTC
        
        
        Read the original article
        Hit count: 313
        
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.
© Stack Overflow or respective owner