E
eljainc
Hello,
I have a perplexing situation. I am using Visual Studio 2005 SP1 and
have created a simple form with two or three textboxes on them. They
are not multi-line text boxes. I would like the behavior of them to
advance to the next control when Tab or ENTER is pressed. However I
cannot seem to change the property to do this. Sure I could write a
KeyDown event handler to mimic this, but why invent the wheel? Can
someone shed some insight into this? Is there another property that I
am not seeing? I have tried AcceptsTab and AcceptsReturn, but those do
not seem to have any effect on the tab/enter working.
Thanks
Mike
I have a perplexing situation. I am using Visual Studio 2005 SP1 and
have created a simple form with two or three textboxes on them. They
are not multi-line text boxes. I would like the behavior of them to
advance to the next control when Tab or ENTER is pressed. However I
cannot seem to change the property to do this. Sure I could write a
KeyDown event handler to mimic this, but why invent the wheel? Can
someone shed some insight into this? Is there another property that I
am not seeing? I have tried AcceptsTab and AcceptsReturn, but those do
not seem to have any effect on the tab/enter working.
Thanks
Mike