|
Copyright © 2002-2009 MultiMedia Soft
Return to index
|
|
Remarks
|
The filename or HTTP URL of the sound file played when the button is released.
It is possible to use wave files (extension WAV).
If the filename is an HTTP URL it is possible to use the proprietary compressed format AMZ.
| ||||||
|
Get / Set functions
|
BSTR abmGetSoundUp (
HWND hWndBtn
);
void abmSetSoundUp (
HWND hWndBtn,
LPCTSTR strFilename
);
| ||||||
|
Notes
|
If using the abmGetSoundUp 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:
|