Altering the word wrap in a multiline text box / rich text box
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I want to fix the line of 50 bytes (Or 50 characters) each in the text box. I searched the info using Google. Unfortunately, I could not get any C# examples for achieving so. Where as I could find some similar examples in VB, which are as below: http://www.developerfusion.com/show/1052/ http://www.developerfusion.com/show/1052/ http://www.vbcity.com/forums/topic.asp?tid=79766 http://vbvbvb.com/jp/gtips/0701/gSendMessageEmSetwordbreakprocRepression.html I need help in converting the code in C# or. similar examples in C#. Regards, Jay