|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
The filename or HTTP URL of the sound file played when the mouse enters 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 abmGetSoundMouseOver (
HWND hWndBtn
);
void abmSetSoundMouseOver (
HWND hWndBtn,
LPCTSTR strFilename
);
| ||||||
|
Notes
|
If using the abmGetSoundMouseOver 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:
|