DeadIslets
Programmer
I have a treeview control that won't programatically pass the focus to a textbox. After the user drills down to the appropriate level in the treeview (I do an edit here to ensure they're at the right level) I enable a groupbox which contains 2 textboxes. I then change to focus to the textbox but it won't take... the focus remains in the treeview. I've tried to change the focus two ways:
txtPolicyNm.Focus
txtPolicyNm.Select
As I indicated neither one of these works, but rather leaves the focus back at the treeview.
Any and all suggestions are GREATLY appreciated!
Keith
txtPolicyNm.Focus
txtPolicyNm.Select
As I indicated neither one of these works, but rather leaves the focus back at the treeview.
Any and all suggestions are GREATLY appreciated!
Keith