J Jacek Jurkowski May 12, 2004 #1 Programically press key in a TextBox as user does pressing keyboard button?
V Vijaye Raji May 12, 2004 #2 1. textBox.Text = value; 2. textBox.Focus(); SendKeys.Send("Keys"); -vJ