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

Search:

Type: Posts; User: vinay kaul

Search: Search took 0.20 seconds.

  1. Replies
    12
    Views
    6,515

    Re: Richedit slow

    Ya marg , I actually already stored the lines in a queue using structuresanf calling "ReplaceSel(str);" from thread, but the problem is all the lines of that buffer have
    same formatting(same...
  2. Replies
    12
    Views
    6,515

    Re: Richedit slow

    Marg, actually traces are generated in my application in random order, they contain date , time the data and error code etc,
    I want errors , acknowlegement and warning trace to be printed in...
  3. Replies
    12
    Views
    6,515

    Re: Richedit slow

    Thanks Marg,

    What i understood is that,If I can do this buffering my problem will be actully solved.
    But the question for me is ,how to buffer a richedit that is having text of various colors......
  4. Replies
    12
    Views
    6,515

    Re: Richedit slow

    Actually the conventional way ofadding the text line-by-line on richeditctrl is very slow.

    ////////////////////////////////////////////
    GetRichEditCtrl().SetSel(nInsertionPoint, -1);

    // ...
  5. Replies
    12
    Views
    6,515

    Re: Richedit slow

    i want to show formatted text with different foreground and background color for each line in a richedit view..
  6. Replies
    12
    Views
    6,515

    Richedit slow

    HI , I m stuck fsince past month ,I m using default richeditctrl in richeditview.
    my requirement is that i want to show colored traces in every10 milliseconds.But i m struggling to do so,
    i have...
  7. Replies
    7
    Views
    3,135

    Re: Toolbar In CView

    I am using splitted views and I want to keep options specific to a view in a toolbar assigned to it.
  8. Replies
    7
    Views
    3,135

    Re: Toolbar In CView

    Dear Yonax,
    how u managed to get CToolBar inside a CView dirived class.I m also trying to do ir, can you please share the code to achieve it.

    Thanx in advance.
  9. Replies
    5
    Views
    8,994

    Re: ClistCtrl - Get DoubleClick Row data

    Thank you very much..
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured