Nov 10, 2005 #1 minckle Programmer Mar 17, 2004 142 GB is it possible in .Net to go to a certain control. In Access its called SetFocus or Goto Control, is there this type of command in .Net
is it possible in .Net to go to a certain control. In Access its called SetFocus or Goto Control, is there this type of command in .Net
Nov 10, 2005 #2 ThatRickGuy Programmer Oct 12, 2001 3,841 US [controlname].focus=true -Rick VB.Net Forum forum796 forum855 ASP.NET Forum I believe in killer coding ninja monkeys. Upvote 0 Downvote
[controlname].focus=true -Rick VB.Net Forum forum796 forum855 ASP.NET Forum I believe in killer coding ninja monkeys.
Nov 10, 2005 #3 RoyVidar Instructor Jun 16, 2000 6,606 NO Try the Focus method of the control: [tt]txtMyBox.Focus()[/tt] Roy-Vidar Upvote 0 Downvote