2002-11-08 20:41:47 +00:00
BgImage.DLL - NSIS extension DLL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Displays an image behind the NSIS window.
Can also play WAVs.
Note
~~~~
All but the last used function (which should be Destroy) must use /NOUNLOAD so the image window won't be destroyed before it should. Therefore, this DLL requires NSIS 2.0a7 and above.
Available functions
~~~~~~~~~~~~~~
2002-11-15 12:06:28 +00:00
Init [/FILLSCREEN] path_to_bitmap
2002-11-08 20:41:47 +00:00
Create a new image window
Use /FILLSCREEN to make the image fill the screen
Do not use in .onInit!
2002-11-15 12:06:28 +00:00
SetImage [/FILLSCREEN] path_to_bitmap
2002-11-08 20:41:47 +00:00
Sets a new image to the current timage window
Use /FILLSCREEN to make the image fill the screen
Do not use in .onInit!
Destroy
Destroys the current image window
2002-11-15 12:06:28 +00:00
Sound [/WAIT] path_to_wav
2002-11-08 20:41:47 +00:00
Plays a wave file
Use /WAIT to wait for the sound to finish playing
Credits
~~~~~~~
2003-02-08 20:49:56 +00:00
Coded by Amir Szekely, aka KiCHiK
Modified by Ximon Eighteen, aka Sunjammer (08Feb2003) - Removed the window title bar