Hi, I'm wondering if there is a way to:
(1)suppress the splitter window bars in between two views so that the two views look like one big view.
-OR-
(2)make the splitter bar slimmer than the default.
Any help would be appreciated. Thanks.
Okay, good enough. You answered my question. I thought the hard returns were two characters with just a "\n", but I didn't know that they are stored as "\r\n" as you say. I will try looking for the "\r\n" sequence and replacing it with just a "\n". Thanks.
Well, the heart of the problem is (1) hard returns count as two characters (2) all the text from the field gets stored into a database that specifies a max of 100 characters. (3) If the user (theoretically) types 50 hard returns and is not allowed to enter any more characters into the field, he...
Hi, I'm using MS Visual C++ and noticed that anytime I press Enter in an edit field (regular textbox), that counts as two characters. Reason I observe this is that in a 100-character limit edit field, I can press Enter 50 times before I can't type anymore in the field.
Is there a way to get...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.