OK. You need to add a user defined menu.
So...
Stop eHome
Goto START menu, eHome digital tools and then Client Menu editor. Turn on one of the user defined menus. (I used #6 in the sample)
Now... In your eHomeClient.ini file....
Find the function 'EXT_RUN_USER06' and paste in this code.
- Code: Select all
Dim sScrn2Switch
Dim sComputerName
sComputerName = "Lister"
sScrn2Switch = "ScrCam"
g_oGbl.Shell2File g_oGbl.p_sApplicationPath & "eHomeSS.exe " & sComputerName & "$$EH_SWITCH_SCRN$$HA$$" & sScrn2Switch
' msgbox "eHomeSS.exe " & sComputerName & "$$EH_SWITCH_SCRN$$HA$$" & sScrn2Switch
Now you need to change sComputerName to the name of your computer and sScrn2Switch to the ID of the screen you want.
Save and re-start eHome and test.
Here is DOCS for the Socket Server
http://www.ehomecreations.com/eHomeHelp/help-sserver.htm
If you still have problems let me know!
