COM object interaction possible?

Everything else that doesn't fall into one of the other PB categories.
sNoOOPy
New User
New User
Posts: 4
Joined: Thu Jun 23, 2011 1:13 pm

COM object interaction possible?

Post by sNoOOPy »

Is there a way to send messages using Component Object Model in purebasic?
$irComObject = ObjCreate("IRCommand2.App")
$irComObject.ClickButton ("remote", "Channel-" & $str1)
xorc1zt
Enthusiast
Enthusiast
Posts: 276
Joined: Sat Jul 09, 2011 7:57 am

Re: COM object interaction possible?

Post by xorc1zt »

infratec
Always Here
Always Here
Posts: 7586
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: COM object interaction possible?

Post by infratec »

Post Reply