المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Problem in Toolstrip



C# Programming
05-07-2009, 07:30 PM
In C# 2005 (.Net 2.0), while working with a toolstrip, if its TabStop property is set to TRUE and there are two comboboxes and a button in the toolstrip, why doesn't the button get any focus when the focus is moved from one control to another by pressing the TAB Key. This problem doesn't occur when the TabStop property of the toolstrip is FALSE. But I need the TabStop property to be TRUE.

Another problem is while the TabStop property of toolstrip is FALSE, if u try to set focus to one of the comboboxes in toolstrip during the form load event, it's not working. How to solve these 2 problems? Thanks.