Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. RichEdit

RichEdit

Scheduled Pinned Locked Moved C / C++ / MFC
c++comlearning
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anilkumar K V
    wrote on last edited by
    #1

    I am having problems with ATL and RichEdit controls. I created an ActiveX (composite control using ATL that just contains a RichEdit box (that was added with the Resource Editor). When the control is displayed in IE5, the "backspace" key does not work properly in the RichEdit box. Instead of deleting the chars in the box, pressing the "backspace" key while in the RichEdit box causes the browser to go "Back" to the previous URL. (Strange!)

    S 1 Reply Last reply
    0
    • A Anilkumar K V

      I am having problems with ATL and RichEdit controls. I created an ActiveX (composite control using ATL that just contains a RichEdit box (that was added with the Resource Editor). When the control is displayed in IE5, the "backspace" key does not work properly in the RichEdit box. Instead of deleting the chars in the box, pressing the "backspace" key while in the RichEdit box causes the browser to go "Back" to the previous URL. (Strange!)

      S Offline
      S Offline
      Sheng Jiang
      wrote on last edited by
      #2

      http://www.microsoft.com/mind/0499/faq/faq0499.asp[^] Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng

      W A 3 Replies Last reply
      0
      • S Sheng Jiang

        http://www.microsoft.com/mind/0499/faq/faq0499.asp[^] Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng

        W Offline
        W Offline
        Waldermort
        wrote on last edited by
        #3

        When you create a rich edit control using the resource editor, the default class used for the control is "RICHEDIT" version 1. To use a higher version you must open your resource file in text mode and edit the class name. RichEdit20W/RichEdit20A for version 2 and 3, and I think version 4 is RichEdit50W but you should check that one. Also be sure to load the correct library for the version you want to use.

        1 Reply Last reply
        0
        • S Sheng Jiang

          http://www.microsoft.com/mind/0499/faq/faq0499.asp[^] Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng

          A Offline
          A Offline
          Anilkumar K V
          wrote on last edited by
          #4

          This page not available

          1 Reply Last reply
          0
          • S Sheng Jiang

            http://www.microsoft.com/mind/0499/faq/faq0499.asp[^] Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng

            A Offline
            A Offline
            Anilkumar K V
            wrote on last edited by
            #5

            This URL is not valid

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups