|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
Given a text position, sets a new text string.
To retrieve the text string at a specified position use the abmGetTextOnPos function.
| ||||||||||||||||||||||||||||
|
Return value
|
None
| ||||||||||||||||||||||||||||
|
Syntax
|
void abmSetTextOnPos (
HWND hWndBtn,
short nPosition,
void *strText
);
|