|
Copyright © 2002-2009 MultiMedia Soft
Return to index
|
|
Remarks
|
The filename or HTTP URL of the sound file played when the mouse leaves the button region.
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 abmGetSoundMouseOut (
HWND hWndBtn
);
void abmSetSoundMouseOut (
HWND hWndBtn,
LPCTSTR strFilename
);
| ||||||
|
Notes
|
If using the abmGetSoundMouseOut 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:
|