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 hard returns to count as only 1 character?
Is there a way to get hard returns to count as only 1 character?