Can I somehow disable access by TAB on come controls on form in WinForms (controls like textboxes must be enabled for access and writing but when user hits TAB it will access only buttons)
A:
Find the Tab Stop property on the the Other tab of the property sheet and set it to No for each TextBox you want to prevent the users from tabbing to.
CodeSlave
2009-07-18 19:04:39