CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: wurzlmagda

Search: Search took 0.03 seconds.

  1. Replies
    14
    Views
    15,083

    Re: CListCtrl limit 260 characters?

    even by solving the out of scope, the data presented is still limited to 260 even though cchTextMax is being set to 2048…

    can you help me with the 260 limit???

    Thank you for all your replies,...
  2. Replies
    14
    Views
    15,083

    Re: CListCtrl limit 260 characters?

    Hi,

    the buffer i am moving to cChar comes from a CString namdecsAux that cotains a text that is no bigger than 2000 characters...so, it seems the cChar is not going out of scope....

    I am...
  3. Replies
    14
    Views
    15,083

    Re: CListCtrl limit 260 characters?

    Thank you for your reply!

    I am using LPSTR_TEXTCALLBACK when creating my list, and in the method that handles the LVN_GETDISPINFO, I am doing the following:
    void...
  4. Replies
    14
    Views
    15,083

    Re: CListCtrl limit 260 characters?

    I need your help regarding ClistCtrl and it has to do with the length of columns…

    When creating a CListCtrl even though I set cchTextMax to for example 2000, when the method that handles the...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured