G
Guest
Hello.
I have a form with a tab control with some tabpages. On each of the tabpages
I have separate user controls. The user controls constist of labels,
textboxes, combo boxes and datagrids.
The problem is that I can't move focus between the input controls with the
tab button. At all. All my controls have the TabStop property set to True,
and have a positive number.
The form is inherited from a form which in turn is inherited from a windows
form. All of the controls I use are my own, inherited from windows controls.
What could possibly be wrong? Where should I look?
Thanks
- Niklas
I have a form with a tab control with some tabpages. On each of the tabpages
I have separate user controls. The user controls constist of labels,
textboxes, combo boxes and datagrids.
The problem is that I can't move focus between the input controls with the
tab button. At all. All my controls have the TabStop property set to True,
and have a positive number.
The form is inherited from a form which in turn is inherited from a windows
form. All of the controls I use are my own, inherited from windows controls.
What could possibly be wrong? Where should I look?
Thanks
- Niklas