I'm considering writing a custom TextBox that works similar to the 3rd party
controls.
Let's say I want to display "##/##/####" by default and when the user enters
"04" I want to jump the cursor over the "/" and land it on the next "#".
And vice versa if backspace is pressed. Hope that's clea...
more >>
I have a form that has a tabcontrol and some textboxes. when the user
navigates thru the form textboxes and saves the record. I would like to set
the focus to the first textbox on the tab.
i tried to use textbox.focus
any ideas
thanks
...
more >>