Changing tab [\t] size in TextBox control

G

Guest

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
 
D

David Lowndes

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top