Skip to main content

Posts

Showing posts with the label dll

Finding movie information with IMDB.DLL

OK - I don't know how long he'll be able to continue calling it IMDB.DLL - but this DLL totally rocks. Samir has created a very easy to use DLL that retrieves movie information directly from the IMDB database. As easy as: REGSVR32 IMDB.DLL oIMDB = CREATEOBJECT("imdb.imdb") oIMDB.Login('andrew@aksel.com','Password123') ? oimdb.Search("Smallville") ? oimdb.Search("The Fountainhead") ? oimdb._GetWriters() && Returns a string of values My Story with IMDB (imdb.dll) Now - do we have one like this for music?