ms common dialog: ocommmondialog = CreateObject("mscomdlg.commondialog") !!! you cant directly create this object without a development licence, so for dynamically doing it on another machine, see below. -- petercrabtree
ms internet explorer: oie = CreateObject("internetexplorer.Application") ieautomationexample
ms mappoint: omappoint = CreateObject("mappoint.Application")
owmp = CreateObject("wmplayer.ocx") oplaylist = owmp.playlistcollection.getall() owmp.currentplaylist = oplaylist.item(0) zero based array *!* music starts!
windows messenger: omessenger = CreateObject("messenger.messengerapp")