This is a basic UDF to create customizable slide shows from images.
Available functions in this UDF:
- _GUICtrlSlideshow_Create
- _GUICtrlSlideshow_Delete
- _GUICtrlSlideshow_ShowSlide
- _GUICtrlSlideshow_ButtonEvent
- _GUICtrlSlideshow_KeyEvent
If you don't want the images to be preloaded, just use SlideshowEx.au3 and the images will be dinamically created. Using this extended library ImageType option is not available anymore but $avImage parameter can be a mixed array with local file paths, URLs or raw binary data.
Note
Each function from SlideShow.au3 have a comment header where parameters and return codes are described.
Important
Call _GDIPlus_Startup() before using any function from this UDF and _GDIPlus_Shutdown() after you properly deleted all controls created with this UDF and there is no further need of any function from this UDF.
Tip
If you have questions or if you need support for this UDF please visit AutoIt forum and post your questions in this thread.
Footnotes
-
Sources for pictures and data are from google.com and wikipedia.com ↩
