Hi...
I have a program that has a slider and a growing list of (PSRemote)...I want to do remote control that through my script sets the value of the slider and the on / off in list and I want to automatically change it in that program.
This create my list:
$Label_flash = GUICtrlCreateLabel ("Flash", 10, 80, 75, 25)
$Flash = GUICtrlCreateCombo("", 10, 100, 100, 25)
GUICtrlSetData(-1, "Off|On|On + Red-Eye|Auto|Auto + Red-Eye", "Off")
And that i want to send:
$zmienna = GUICtrlRead ($Flash)
ControlSend ("[TITLE:PSRemote (trial version) - Connected to Canon PowerShot S60]", "", "[ID:1017]", GUICtrlSetData($zmienna))
Of course I'm sorry for my bad English!!
Help me...please
I have a program that has a slider and a growing list of (PSRemote)...I want to do remote control that through my script sets the value of the slider and the on / off in list and I want to automatically change it in that program.
This create my list:
$Label_flash = GUICtrlCreateLabel ("Flash", 10, 80, 75, 25)
$Flash = GUICtrlCreateCombo("", 10, 100, 100, 25)
GUICtrlSetData(-1, "Off|On|On + Red-Eye|Auto|Auto + Red-Eye", "Off")
And that i want to send:
$zmienna = GUICtrlRead ($Flash)
ControlSend ("[TITLE:PSRemote (trial version) - Connected to Canon PowerShot S60]", "", "[ID:1017]", GUICtrlSetData($zmienna))
Of course I'm sorry for my bad English!!
Help me...please