Windows Develop Bookmark and Share   
 index > Windows Forms General > ctrl+tab
 

ctrl+tab

hi,

in my form i have three tabs if i press ctrl+tab from any text box next tab will come but if i press ctrl+tab from any combobox it wont work.Is there any property for combo for correct working of ctrl+tab

elby
Elby Paul  Monday, September 28, 2009 11:19 AM
No repro. Post a small project that exhibits this problem to a file sharing service, like skydrive.live.com

Hans Passant.
nobugz  Monday, September 28, 2009 12:11 PM
i find out the problem but how can i solve.

if i give auto complete mode=suggest append ctrl+tab not working 4 combobox.If i give auto complete mode=none

it will work

elby
Elby Paul  Tuesday, September 29, 2009 7:10 AM

 

I test on my side. If combobox.AutoCompleteMode is not None, when you get focus on the combobox and click ctrl+Tab, tabControl will not change the tabPage.

I think this is because combobox catch the ctrl+Tab message. Combobox.AutoCompleteMode will check users’ input to filter the dropdownitems.

 

Best regards,

Ling Wang


Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
  • Proposed As Answer byRudedog2 Sunday, October 04, 2009 2:41 PM
  •  
Ling Wang  Sunday, October 04, 2009 9:01 AM

You can use google to search for other answers

Custom Search

More Threads

• form.dispose() and form.close()
• Focus problem on C# Winform
• User Control Event Code Wont Fire In Host Form
• A generic error occurred in GDI+.
• Colour of 3d border of TextBox control?
• Adding TabPages?-Unlimited
• ReleaseDC
• Code conversion help (C# .NETto VB .NET)
• Synchronising two winform exe on different machines
• Different types of args