Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I am trying to add images to a child item thats an another extree control. How can I do that?

child CONTROL extree images
0
Posted

I am trying to add images to a child item thats an another extree control. How can I do that?

0

The following snippet of code show how to assign images for your inside extree control: With Tree1.Items Dim hx As HITEM hx = .InsertControlItem(, “Exontrol.Tree”) With .ItemObject(hx) .Images ImageList1.hImageList With .Columns .Add(“Column 1”).HeaderImage = 1 End With End With End With

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123