So, I have a User Control which is just a TextBox with special formatting rules (there are reasons why I\'m not just using a MaskedTextBox...y\'know...the sensible solution).
With the absolute positioning of my submit button, when I tab on the last text box, it jumps over the开发者_C百科 button.Is it possible to intercept the tab event and place focus on my submit button w
I have a child panel in a form which contains some text boxes and buttons. I tried setting tabstop and tabindex properties for these controls so that the user can tab from one control to the next. But
I\'m wondering if it\'s an issue with I3D3XFont::DrawTextW, I pass it a string with \\t in it, which it expands. However, it doesn\'t always do it correctly. If I print the same string that I pass to
I\'m working on a lightbox style javascript plugin that pops up an image with next+previous but开发者_如何学编程tons and a close button. I want to make it so that tabbing will only jump between the th