Heiko Posted August 18, 2004 Posted August 18, 2004 Hello there. I am having problems with the SelectNextControl Method, which I use to handle TAB-bing. Although the code is identical for both directions, the forwards direction seems to work (always) while the backward direction hangs - occasionally. Some "compound user controls" will not be left, although TAB-bing could continue on their parent. Has anybody else experienced this ? Quote .nerd
Leaders Iceplug Posted August 18, 2004 Leaders Posted August 18, 2004 Does pressing Shift+Tab work the focus in these instances when you want to call SelectNextControl()? Check the controls on your form see if the ones you want to tab to have tabstops on them. When I had this problem, I had a user control with the TabStop to true but did nothing. :) Quote Iceplug, USN One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(
Diesel Posted August 19, 2004 Posted August 19, 2004 You don't need to handle tabbing, it's built in. Click View-->Tab order in VS. Quote
Administrators PlausiblyDamp Posted August 19, 2004 Administrators Posted August 19, 2004 Do the compound controls implement any special code for tab orders or handle the validating / gotfocus / lostfocus events? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.