Hi All,

I have a text box in my application. I want my program to execute a method only when the user has keyboarded "return". At present I have it working when the user edits the text in the text box, the method is called but I want it only to call the method after the user has pressed return?

Can you help me with this?

I am using Visual C#2008 to build my application.

Thanks in advance.......

Paul