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. Removing white space in AutoRichEditCtrl after "."

Removing white space in AutoRichEditCtrl after "."

Scheduled Pinned Locked Moved C / C++ / MFC
questionhelp
2 Posts 2 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.
  • R Offline
    R Offline
    ramya83
    wrote on last edited by
    #1

    hi all, i am using AutoRichEditCtrl for displaying few text.i have set it to a different font in which some characters have a dot above it. whenever i try to write such characters with a dot above it a white space gets automatically appended. how do i remove such white spaces??? please help me...... thanks! ramya.

    F 1 Reply Last reply
    0
    • R ramya83

      hi all, i am using AutoRichEditCtrl for displaying few text.i have set it to a different font in which some characters have a dot above it. whenever i try to write such characters with a dot above it a white space gets automatically appended. how do i remove such white spaces??? please help me...... thanks! ramya.

      F Offline
      F Offline
      Fred D
      wrote on last edited by
      #2

      something that came through my mind : may be the use of '\b' in the TXT string could help ? when you add a new character, you're program looks if that character is not a white-space and so if you have a w/s as your last char, use \b to delete that w/s. F

      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