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.DLLoIMDB = CREATEOBJECT(“imdb.imdb”)oIMDB.Login(‘andrew@aksel.com’,’Password123′)? oimdb.Search(“Smallville”)? oimdb.Search(“The Fountainhead”)? oimdb._GetWriters() && Returns a string of values … Read more