Hello,
I'm a newbie C# developer (2005) and I've created a database-driven treeview control. I have a method that's called once the main winform loads that pulls some basic information from the database to populate the treeview. The main three parent nodes are created with:
Code:
this.tvMain.Nodes.Add("Client Name");
My question is, how do I change the font style of this particular node to be bold?
Thanks in advance!
Panuvin