Select text function (Used to get a particular selected text)
Select text function (Used to get a particular selected text)
API Declarations
'add the constant EM_GETSELTEXT=WM_USER +62
Rate Select text function (Used to get a particular selected text)
(1(1 Vote))
dim r as long
dim s as string
s= String$(255,0) 'length of character
r= Sendmessage (m_hWnd,EM_GETSELTEXT,0 ByVal s)
SelText=Left$(s,r)
End function
Select text function (Used to get a particular selected text) Comments
No comments yet — be the first to post one!
Post a Comment