Hi,
For some strange reason, I can't set a sprecific node in bold (or change back/forcolor or anything to distinguish it from another).
I tried this :
Dim nodx As Node
'look in the treeview for the node I want
treeview.Nodes("myNode").bold = True
or
set nodx=treeview.Nodes("myNode")
nodx.bold=true
but it says the property doesn't exits (it doesn't appear on the property list - error at run time).
I looked on the forum though, and it seemed to be the right syntax.
I am on VB6 - Sp6
Thanks
For some strange reason, I can't set a sprecific node in bold (or change back/forcolor or anything to distinguish it from another).
I tried this :
Dim nodx As Node
'look in the treeview for the node I want
treeview.Nodes("myNode").bold = True
or
set nodx=treeview.Nodes("myNode")
nodx.bold=true
but it says the property doesn't exits (it doesn't appear on the property list - error at run time).
I looked on the forum though, and it seemed to be the right syntax.
I am on VB6 - Sp6
Thanks