Message board (read-only)



 
1 2 3 4 5 6 7 8 9 10 11 12 13 14
(103)FalcoRe:Sony CERS API2013.11.27 18:58:48
Hi!
First start vremote.exe and register the server by using the right click context menu.
You DO NOT have to autostart vremote to use it as a server from external programs.
The server starts when you create an instance of it from your script/program. The syntax depends on the programming language. In case of vbscript this code fragment starts the server:
Set vr1 = createobject("Vremote.SonyVRemote")
After creating the instance you can call
vr1.HideForm 0
and you should see the main application form to appear.
When your script finished execution
(or you call Set vr1 = Nothing)
the server exits.
Replied: Fred Reid - Sony CERS API (102) Reply
1 2 3 4 5 6 7 8 9 10 11 12 13 14