Use the Define function to define all export calls.

The new version 1.1 supports 4 modes of flashing.

FlashWin(1,0) - The first argument is the mode while second is the number of flashes to make. In the first mode, if the window is minimized, it will start flashing the taskbar and when window recieves focus, flashing will stop. In the first mode, the second argument is ignored, but it is necessary to specify one, so let it be 0.

FlashWin(2,5) - In the second mode, the taskbar will be flashed only the number of times u want it to. The second argument specifies how much flashes to make. But if window recieves focus, the flashes will stop.

FlashWin(3,0) - In the 3rd mode, the window taskbar flashes even if window has focus or not. The second argument is ignored. This flashing cannot be stopped by giving focus, please see 4th mode.

FlashWin(4,0) - the 2nd argument is ignored. Use this mode to stop flashing a window started by 3rd mode. This can be usd to stop flashing when certain condition of your choice has been met. :)