About Rich Edit Control : CRichEditCtrl -- how much text can it show correctly? i want to show more..
-
Hi Experts, I m using CRichEditCtrl for my application. in which I paste the clipboard data into the control using paste method. but there is limitation of Data displayed and copied.. for example > If I copy a file data of size about 65KB then it works fine.. but when I copy full file ( more than 65 KB about 120 KB size) then it takes only 65 KB and remaining data is neglected..... so plz Help me I want to increase my Rich edit's capacity or suggest any other control that have more ability. ur reply matters me.... I m waiting.,.. Thanks in advance.
-
Hi Experts, I m using CRichEditCtrl for my application. in which I paste the clipboard data into the control using paste method. but there is limitation of Data displayed and copied.. for example > If I copy a file data of size about 65KB then it works fine.. but when I copy full file ( more than 65 KB about 120 KB size) then it takes only 65 KB and remaining data is neglected..... so plz Help me I want to increase my Rich edit's capacity or suggest any other control that have more ability. ur reply matters me.... I m waiting.,.. Thanks in advance.
The only limitation may be physical memory of your system.
-
The only limitation may be physical memory of your system.
but when i copy same data and paste it in other document, the whole data get copied........
-
but when i copy same data and paste it in other document, the whole data get copied........
-
Hi Experts, I m using CRichEditCtrl for my application. in which I paste the clipboard data into the control using paste method. but there is limitation of Data displayed and copied.. for example > If I copy a file data of size about 65KB then it works fine.. but when I copy full file ( more than 65 KB about 120 KB size) then it takes only 65 KB and remaining data is neglected..... so plz Help me I want to increase my Rich edit's capacity or suggest any other control that have more ability. ur reply matters me.... I m waiting.,.. Thanks in advance.
-
Hi Experts, I m using CRichEditCtrl for my application. in which I paste the clipboard data into the control using paste method. but there is limitation of Data displayed and copied.. for example > If I copy a file data of size about 65KB then it works fine.. but when I copy full file ( more than 65 KB about 120 KB size) then it takes only 65 KB and remaining data is neglected..... so plz Help me I want to increase my Rich edit's capacity or suggest any other control that have more ability. ur reply matters me.... I m waiting.,.. Thanks in advance.
Rule #1 - You must wait longer than 1 hour before posting same question again.
Mahesh_Pawar wrote:
...then it takes only 65 KB and remaining data is neglected.....
Are you sure you are not using a regular edit control? It maxes out at 64KB on Win9x machines. Otherwise, if you have sent the control a
EM_EXLIMITTEXT
message withlParam
as0
, the control will default to 64KB."Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne