Thread: CRichEditCtrl problem

  1. #1
    Registered User
    Join Date
    Dec 2004
    Posts
    103

    CRichEditCtrl problem

    whenever i use SetSel and the rich edit has focus.. it will scroll to that selection but when the rich edit doesnt have focus it remains in the old position.. does anybody know why this happens ? and how i can avoid it.. ? it is really annoying.. i want it to always remain to the old position.. maybe theres another way of appending text without using SetSel ?
    btw this only happens in rich edit 2.0 (RichEdit20A) and i have no hide selection unchecked, so anyway i could use the rich edit 1.0 but i dont like the hightlight/selection color, does anybody know how to change that color ?

    thanks

  2. #2
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Try searching the board for something related.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. CRichEditCtrl Problem
    By mmaniaci in forum C++ Programming
    Replies: 2
    Last Post: 07-29-2008, 12:08 PM
  2. Memory problem with Borland C 3.1
    By AZ1699 in forum C Programming
    Replies: 16
    Last Post: 11-16-2007, 11:22 AM
  3. Someone having same problem with Code Block?
    By ofayto in forum C++ Programming
    Replies: 1
    Last Post: 07-12-2007, 08:38 AM
  4. A question related to strcmp
    By meili100 in forum C++ Programming
    Replies: 6
    Last Post: 07-07-2007, 02:51 PM
  5. WS_POPUP, continuation of old problem
    By blurrymadness in forum Windows Programming
    Replies: 1
    Last Post: 04-20-2007, 06:54 PM