W wanwan Feb 16, 2007 #1 is there a way to have the keyboard cursor active in a textbox on showdialog? Thanks
R RobinS Feb 16, 2007 #2 According to a post about 4" up the list in my OE, myTextBox.Select() will bring the textbox into focus. Robin S. Ts'i mahnu uterna ot twan ot geifur hingts uto.
According to a post about 4" up the list in my OE, myTextBox.Select() will bring the textbox into focus. Robin S. Ts'i mahnu uterna ot twan ot geifur hingts uto.
P Phill W. Feb 16, 2007 #3 wanwan said: is there a way to have the keyboard cursor active in a textbox on showdialog? Click to expand... Set its TabIndex to 0. As the first control in the Tab Order, it will automatically get focus when the dialog is shown. HTH, Phill W.
wanwan said: is there a way to have the keyboard cursor active in a textbox on showdialog? Click to expand... Set its TabIndex to 0. As the first control in the Tab Order, it will automatically get focus when the dialog is shown. HTH, Phill W.