'First Node
'Parent
'The IND1 is the key to access the Node, the Name of the Node, the ImgeList Icon Index
tvwHelp.Nodes.Add , , "IND1", " Customer Record ", 1
'Child
tvwHelp.Nodes.Add "IND1", tvwChild, "IND1.2", "How To Add New Record ?", 2
tvwHelp.Nodes.Add "IND1", tvwChild, "IND1.3", "How To Search Record ?", 2
tvwHelp.Nodes.Add "IND1", tvwChild, "IND1.4", "How To Delete Record ?", 2
'Second Node
'Parent
'The IND2 is the key to access the Node, the Name of the Node, the ImgeList Icon Index
tvwHelp.Nodes.Add , , "IND2", " Inventory Record ", 1
'Child
tvwHelp.Nodes.Add "IND2", tvwChild, "IND2.2", "How To Add New Record ?", 2
tvwHelp.Nodes.Add "IND2", tvwChild, "IND2.3", "How To Search Record ?", 2
tvwHelp.Nodes.Add "IND2", tvwChild, "IND2.4", "How To Delete Record ?", 2