Here is my next (more useful) offering, with regards to creating .dll files for AMS 5 Pro (remember: you need AMS 5 Pro because of the .dll function call!)
Here is the DLL "call" (to use a DLL in AMS 5 Pro) and comments for the .dll:
--[[
This is a .dll that "pops up" an image of the size you specify in the DLL call (see: below -- width by height)
Remember this is version 1.0, so you can only use a .bmp (bitmap) image and you must rename it to 'popup.bmp'
Finally, the bitmap image and the CustomPopup.dll needs to stay in the "AutoPlay\\Docs" directory
]]
Next, here is the link for the AMS 5 Pro project file (.apz):
http://www.amsuser.com/ams/examples/...-Intrigued.apz
And here is the link to a working .exe for those without AMS 5 Pro (so this is a demo for you):
http://www.amsuser.com/ams/examples/...-Intrigued.exe
Let me know if you run into a snag. I plan on having more features and flexibility built into this .dll, sooner than later. Remember, this is day three for me with .dlls. So, I'm not an expert by any means. Thanks for your patience.

