Hey everyone,
I am wondering if anyone knows how to limit the character per line in a memo textbox?
I have a textbox that allows user to put note there, however due to the resolution of different user, it appears that sometime the textbox shrink bigger/smaller on some machine, so i want to make the textbox very large but limit the character per line in that textbox.
Once it reaches 70 characters, it will automatically jump to the next vbNewLine.
If they are in the 2nd line already, they can enter a maximum of 70 characters, then it will jump on next line.
Basically, a line can contains maximum of 70 character., and max of line per textbox is 12 lines.
Anyone have ever work on this kind of thing?
Thanks
I am wondering if anyone knows how to limit the character per line in a memo textbox?
I have a textbox that allows user to put note there, however due to the resolution of different user, it appears that sometime the textbox shrink bigger/smaller on some machine, so i want to make the textbox very large but limit the character per line in that textbox.
Once it reaches 70 characters, it will automatically jump to the next vbNewLine.
If they are in the 2nd line already, they can enter a maximum of 70 characters, then it will jump on next line.
Basically, a line can contains maximum of 70 character., and max of line per textbox is 12 lines.
Anyone have ever work on this kind of thing?
Thanks