Group: microsoft.public.vb.general.discussion · Group Profile · Search for Illist in microsoft.public.vb.general.discussion
Author: Jan Hyde
Date: Jul 26, 2006 01:01
sure...Well i have an imagelist control that get's populated from an image service when this usercontrol is initialized. then: Call ilList.ListImages.Add(1, "LEAF", oImageService.Image("NT_REGULAR")) Call ilList.ListImages.Add(2, "BRANCH", oImageService.Image("NT_GROUP")) Set tvCUIs.ImageList = ilList I only load visible parts of the tree since it's a large tree stored on a server...here's
|