richedit
Posted: Fri Nov 04, 2005 9:14 pm
When i try the richedit samples FWH25 and hit a key from the keyboard
The letter appears 2 times on the screen .
What is wrong ?
The letter appears 2 times on the screen .
What is wrong ?
Code: Select all
METHOD KeyChar( nKey, nFlags ) CLASS TRichEdit
// Super:KeyChar( nKey, nFlags )
if ::lReadOnly
return 0
endif
::PostMsg( FM_CHANGE )
if ::lHighlight
::PostMsg( FM_HIGHLIGHT )
endif
return nil