inherit some properties of one control to another
-
hello, can u help me plz i want to inherits some properties of treeview control to the listview control , 'coz i need this for my application. i wil be gratefull plz give me solution :doh: :rose: Regards Irfan Siddiqui programmer
-
hello, can u help me plz i want to inherits some properties of treeview control to the listview control , 'coz i need this for my application. i wil be gratefull plz give me solution :doh: :rose: Regards Irfan Siddiqui programmer
What exatcly are you trying to achieve? What you request is not possible (would require multiple inheritance).
-
hello, can u help me plz i want to inherits some properties of treeview control to the listview control , 'coz i need this for my application. i wil be gratefull plz give me solution :doh: :rose: Regards Irfan Siddiqui programmer
hello thanks for response sir i have a treelistview class that has all the properties of a control & i wanto add a property called focused node and i used this property but i won't work . Regards Irfan Siddiqui programmer -- modified at 6:32 Monday 1st May, 2006
-
hello thanks for response sir i have a treelistview class that has all the properties of a control & i wanto add a property called focused node and i used this property but i won't work . Regards Irfan Siddiqui programmer -- modified at 6:32 Monday 1st May, 2006
Hi, sorry but you don't provide enough infos so that I can help you. What extactly is treelistview? Its not part of the framework. Is it a control you built yourself or one downloaded from somewhere? If it is not too much you can post the relevant code snippets and point out what exactly is not working.
-
Hi, sorry but you don't provide enough infos so that I can help you. What extactly is treelistview? Its not part of the framework. Is it a control you built yourself or one downloaded from somewhere? If it is not too much you can post the relevant code snippets and point out what exactly is not working.
hello thanks for ur interest yes i have download it , it is a hybrid of treeview & listview control. but it has no property like other controls have as Focusednode or focuseditem hence i want to add this property in my Treelistview. i am showing u some code sample of its property called selected node property, but it's not working
Private WithEvents mSelectedNodes As New NodeCollection _ ReadOnly Property SelectedNodes() As NodeCollection Get Return mSelectedNodes End Get End Property
Regards Irfan Siddiqui programmer