I am making a code editor program for an old pocket PC I have, and I want to be able to change the size of the \t character in a multi-line textbox.
I have looked for a really long time and I found this EM_SETTABSTOPS which I am not entirely sure how to use that but I think it is what I need to use. Is this even possible to do?
In your form class code:
then add a function
Then, after InitializeComponents(), call the function with your multiline textbox.
Source: http://www.pinvoke.net/default.aspx/user32.sendmessage