Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Highlight a tree view


Message #1 by "OB" <oby.atabansi@h...> on Mon, 1 Apr 2002 15:25:58
Does anyone know of a way to bold text in the root of a tree structure?

Private Sub Form_Load()
    
    Dim nodX As Node
   
  'add some test items
   Set nodX = tvListRpt.Nodes.Add(, , "R", "Reports")
   Set nodX = tvListRpt.Nodes.Add("R", tvwChild, "C1", "Suspense Reports")
   Set nodX = tvListRpt.Nodes.Add("C1", tvwChild, "C11", "Basic Suspense")



Thanks.

  Return to Index