c - Edit Window stops displaying text after certain limit. (Windows) -


i have developed udp client server application in server continuously reads data 40 different clients , displays on edit window. have automatic scroll enabled on mmy edit window well. code working fine , server continuously receiving data well, after displaying amount of data on edit window, server stops displaying data. apparently looks maximum capacity of edit window full, not sure why happening. can guide might problem be? there limit uptil edit window can display data? waiting :(

standard edit controls default max limit of 32767 characters. use em_limittext message set different max limit needed.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -