SteveMac32
Programmer
I need a hand here. I create a node when the user picks the ‘Create New Child Node’ option from a menu.... this is not a problem the problem is the naming of this node, as this will be user definable.
After the Node has been created it needs to be selected with the blinking cursor in the name box ready for the user to enter a name (much like the new folder option in windows)
When I create the new node using the code below:
Set ChildNode = tvwOSD.Nodes.Add(lngParentIndex, tvwChild, , " New Child Node", intImage)
ChildNode.Selected = True
Any help will be appreciated
Thanks
Steve
After the Node has been created it needs to be selected with the blinking cursor in the name box ready for the user to enter a name (much like the new folder option in windows)
When I create the new node using the code below:
Set ChildNode = tvwOSD.Nodes.Add(lngParentIndex, tvwChild, , " New Child Node", intImage)
ChildNode.Selected = True
Any help will be appreciated
Thanks
Steve