|
|||
|
This can be done by handling the "onSize" event of the main window.
Code:
getMainWnd().onSize = function (type, width, height)
{
if (type == 1)
{
// add code at here to turn off the sound
Dialogs.msgBox("Minimized!");
}
else if (type == 0)
{
// add code at here to restore the sound volume
Dialogs.msgBox("restored!");
}
}
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|