combining diacritical marks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yuleball
    New Member
    • Nov 2008
    • 15

    combining diacritical marks

    hi I am designing an editor program. I am using ChrW() and AscW() functions to print the character on screen. I want to implement combining diacritical marks(or accent marks) i-e if i print a character and then i want to put diacritic on it by using specific key then i shud be able to place diacritic above or below that character so that they appear as one character. Is there any way to accomplish this in vb?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    you need to use KeyPress/KeyDown events.

    Comment

    Working...