Hi, All I need to zip files programmatically, Please, any references where I can find any information to zip and unzip files. (VB or VB .NET) Thank you in advance,
Regards Irfan Siddiqui VB.Net Developper
Hi, All I need to zip files programmatically, Please, any references where I can find any information to zip and unzip files. (VB or VB .NET) Thank you in advance,
Regards Irfan Siddiqui VB.Net Developper
hello, please can any one tell me how i can remove multiselection from this TreeListView control. Regards Irfan Siddiqui programmer
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
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, 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, please tell me how can i add properties to the user created control as i have a treelistview control & i want to add focusednode property to it. can u help me.