how to change a tab count at runtime. urgent plz..
regards
rajesh.m
Printable View
how to change a tab count at runtime. urgent plz..
regards
rajesh.m
What exactly is a "tab count"? Controls have a TabIndex and a TabStop property that you can alter at run time, if that's what you mean. Just keep in mind that the TabIndex indicates the position in the tab order within that control's direct parent, which may be the form, or could be a Panel, GroupBox, etc.