Click here to Skip to main content
16,008,469 members
Home / Discussions / C#
   

C#

 
GeneralDoubt Pin
ganesamoorthy9-Mar-08 20:52
ganesamoorthy9-Mar-08 20:52 
GeneralRe: Doubt Pin
martin_hughes9-Mar-08 21:47
martin_hughes9-Mar-08 21:47 
GeneralDataGridViiew Problem Pin
AshokParikh9-Mar-08 20:51
AshokParikh9-Mar-08 20:51 
GeneralRe: DataGridViiew Problem Pin
Xmen Real 9-Mar-08 23:41
professional Xmen Real 9-Mar-08 23:41 
GeneralRe: DataGridViiew Problem Pin
AshokParikh10-Mar-08 2:00
AshokParikh10-Mar-08 2:00 
GeneralRe: DataGridViiew Problem Pin
Xmen Real 10-Mar-08 5:41
professional Xmen Real 10-Mar-08 5:41 
Questionfocus on a treeview node Pin
Krazy Programmer9-Mar-08 20:51
Krazy Programmer9-Mar-08 20:51 
GeneralRe: focus on a treeview node Pin
C1AllenS9-Mar-08 21:04
C1AllenS9-Mar-08 21:04 
Hello,

I am not quite sure about this behavior. This should not happen. It might be some part of the coding
that is leading to the change in focus.

You can try this code and check.

private void Form1_Load(object sender, EventArgs e)<br />
{<br />
     this.treeView1.Nodes.Add("Node0", "Node0");<br />
     this.treeView1.Nodes[0].Nodes.Add("Node1", "Node1");<br />
     this.treeView1.Nodes[0].Nodes[0].Nodes.Add("Node2", "Node2");<br />
<br />
}<br />
<br />
private void treeView1_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e)<br />
{<br />
     MessageBox.Show(e.Node.Name);<br />
}


I hope this will help.

Regards,
Allen

Allen Smith

Software Engineer
ComponentOne LLC
www.componentone.com

GeneralRe: focus on a treeview node Pin
Krazy Programmer9-Mar-08 22:43
Krazy Programmer9-Mar-08 22:43 
GeneralExport CR xi to PDF Pin
fakeer4uever9-Mar-08 20:34
fakeer4uever9-Mar-08 20:34 
GeneralRe: Export CR xi to PDF Pin
Christian Graus9-Mar-08 20:40
protectorChristian Graus9-Mar-08 20:40 
GeneralRe: Export CR xi to PDF Pin
Vikram A Punathambekar9-Mar-08 21:50
Vikram A Punathambekar9-Mar-08 21:50 
GeneralRe: Export CR xi to PDF Pin
Christian Graus9-Mar-08 23:32
protectorChristian Graus9-Mar-08 23:32 
QuestionSetWindowsHookEx (keylogger app) - Memory Access Violation Pin
amirreza_nl9-Mar-08 19:19
amirreza_nl9-Mar-08 19:19 
QuestionWorking with datagridview ? Pin
banghv9-Mar-08 18:23
banghv9-Mar-08 18:23 
GeneralRe: Working with datagridview ? Pin
Ravenet9-Mar-08 18:36
Ravenet9-Mar-08 18:36 
GeneralRe: Working with datagridview ? Pin
Christian Graus9-Mar-08 19:27
protectorChristian Graus9-Mar-08 19:27 
GeneralCAS, WPF & plugin question Pin
Super Lloyd9-Mar-08 18:15
Super Lloyd9-Mar-08 18:15 
Questionhow to display crystal reports at the client PC Pin
Sadaf Naeem9-Mar-08 18:07
Sadaf Naeem9-Mar-08 18:07 
GeneralRe: how to display crystal reports at the client PC Pin
Ravenet9-Mar-08 18:23
Ravenet9-Mar-08 18:23 
QuestionHow to clear all textboxes on a form with a button Pin
Jacob Dixon9-Mar-08 16:49
Jacob Dixon9-Mar-08 16:49 
AnswerRe: How to clear all textboxes on a form with a button Pin
KaptinKrunch9-Mar-08 16:57
KaptinKrunch9-Mar-08 16:57 
GeneralRe: How to clear all textboxes on a form with a button Pin
Jacob Dixon9-Mar-08 17:05
Jacob Dixon9-Mar-08 17:05 
GeneralRe: How to clear all textboxes on a form with a button Pin
KaptinKrunch9-Mar-08 17:10
KaptinKrunch9-Mar-08 17:10 
GeneralRe: How to clear all textboxes on a form with a button Pin
Jacob Dixon9-Mar-08 17:20
Jacob Dixon9-Mar-08 17:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.