From: IsaacsDad on 7 Nov 2008 04:28 When the callback function for StreamIn for CRichTextCtrl is called only 4092 bytes of data is inserted. How can this be increased?
From: Joseph M. Newcomer on 7 Nov 2008 10:38 It probably can't be. The callback asks for whatever chunk size it feels like, and you are supposed to supply it. joe On Fri, 7 Nov 2008 01:28:10 -0800 (PST), IsaacsDad <erik.xp.larsson(a)gmail.com> wrote: >When the callback function for StreamIn for CRichTextCtrl is called >only 4092 bytes of data is inserted. How can this be increased? Joseph M. Newcomer [MVP] email: newcomer(a)flounder.com Web: http://www.flounder.com MVP Tips: http://www.flounder.com/mvp_tips.htm
|
Pages: 1 Prev: CMFCOutlookBar with CDialog Next: Using a CFormView within a CDockablePane |