geneo300zx
Programmer
Pad cursor position in a text box in vb.net
I want to be able to pad the cursor in a text box so the cursor is not all the way to the left. I want to be able to specify the size of the padding. I have been looking all over the place and could not find anything to do this. For example. Below is a text box with the cursor all the way to the left. The second dash represents the cursor.
______________
||_____________|
What I want to do is pad the cursors so it is not all the way to the left. Kind of like this: The second dash represents the cursor
_______________
|___|__________|
Any help would be appreciated. Thanks.
I want to be able to pad the cursor in a text box so the cursor is not all the way to the left. I want to be able to specify the size of the padding. I have been looking all over the place and could not find anything to do this. For example. Below is a text box with the cursor all the way to the left. The second dash represents the cursor.
______________
||_____________|
What I want to do is pad the cursors so it is not all the way to the left. Kind of like this: The second dash represents the cursor
_______________
|___|__________|
Any help would be appreciated. Thanks.