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
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