|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
Given a text position, retrieves the text string.
To set the text string at a specified position use the abmSetTextOnPos function.
| ||||||||||||||||||||||||||
|
Return value
|
A string containing the selected text.
If using this function from within Visual Basic 6, remember to convert the returned value from UNICODE using the StrConv function and its related vbFromUnicode option, as in the sample below:
MsgBox StrConv(abmGetTextOnPos(Command1.hwnd, TEXTPOS_CAPTION), vbFromUnicode)
| ||||||||||||||||||||||||||
|
Syntax
|
BSTR abmGetTextOnPos (
HWND hWndBtn,
short nPosition
);
|