treeview click event

  • Thread starter Thread starter meh
  • Start date Start date
M

meh

I must be doing something wrong. new proj...added a treeView added a click
event and entered this

private void treeView1_Click(object sender, System.EventArgs e)
{
string str = "treeView1";
this.Text = str;
}

the event does not fire

ne1 know what I'm doin wrong

tia
meh
 
Got it working as long as there is at least one node defined.....works as
designed??


meh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top