how to capture the line where the cursor is positioned?
ex:
aaaaa
bbbbb <--cursor here
ccccc
? orich:cLine -> bbbbb
thanks
#define WM_USER 1024
#define EM_EXLINEFROMCHAR (WM_USER + 54)
? oRichEdit:SendMsg( EM_EXLINEFROMCHAR, 0, -1 ) + 1
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 92 guests