Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with treeview and bolding nodes

Status
Not open for further replies.

ugagrad

Programmer
Sep 12, 2003
49
US
I am attempting to bold specific nodes of a tree for a message center type application. Basically the unread messages will be bolded. I have found ways to do this with VB but I can't find anything for FoxPro. Does anyone have any samples or suggestions.

Thanks in advance,
 
Code:
oNode = thisform.treeView.Nodes(1)
oNode.Bold = .t.
That should make a first node of your TreeView to appear bold

Borislav Borissov
VFP9 SP1, SQL Server 2000/2005.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top