COM object interaction possible?
Posted: Mon Jan 23, 2012 7:39 am
Is there a way to send messages using Component Object Model in purebasic?
$irComObject = ObjCreate("IRCommand2.App")
$irComObject.ClickButton ("remote", "Channel-" & $str1)
$irComObject = ObjCreate("IRCommand2.App")
$irComObject.ClickButton ("remote", "Channel-" & $str1)