Hi,
How can I change the default number of char the caret will move in a
multiline TextBox control when a Tab char (\t) is written.
Hugo
David Lowndes - 31 Aug 2006 15:32 GMT
>How can I change the default number of char the caret will move in a
>multiline TextBox control when a Tab char (\t) is written.
In MFC it's CEdit::SetTabStops, in raw SDK it's EM_SETTABSTOPS - I
assume it'll be something similar in the .Net framework.
Dave