Hi.
Is there any way to allow the use of the [tab] key to work while in a richtext edit control?
Reinaldo.
METHOD KeyChar( nKey, nFlags ) CLASS TRichEdit
if ::lReadOnly
return 0
endif
// Add this section. JB
if nKey == VK_TAB
return 0
endif
Super:KeyChar( nKey, nFlags )
::PostMsg( FM_CHANGE )
if ::lHighlight
::PostMsg( FM_HIGHLIGHT )
endif
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 51 guests