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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -