hsoltau Posted April 4, 2006 Posted April 4, 2006 Hello again, i try this: case $msg = $Button_14 MsgBox (0,"",GUICtrlRead ($Combo1)); for testing/showing the chosen item run ("C:\Program Files\RealVNC\VNC4\vncviewer.exe" & GUICtrlRead ($Combo1)) error after pushing the button is: ==> unable to execute the external program. the RUN works without & guictrlread thing, so no path and exe problem doesnt this idea work with run or is there a syntax problem ? thanx in advance Henning
GaryFrost Posted April 4, 2006 Posted April 4, 2006 Hello again, i try this: case $msg = $Button_14 MsgBox (0,"",GUICtrlRead ($Combo1)); for testing/showing the chosen item run ("C:\Program Files\RealVNC\VNC4\vncviewer.exe" & GUICtrlRead ($Combo1)) error after pushing the button is: ==> unable to execute the external program. the RUN works without & guictrlread thing, so no path and exe problem doesnt this idea work with run or is there a syntax problem ? thanx in advance Henning put a space in it after the exe run ("C:\Program Files\RealVNC\VNC4\vncviewer.exe " & GUICtrlRead ($Combo1)) SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
hsoltau Posted April 4, 2006 Author Posted April 4, 2006 put a space in it after the exe run ("C:\Program Files\RealVNC\VNC4\vncviewer.exe " & GUICtrlRead ($Combo1)) yes, yes, those little things... thanks again, gafrost... Henning
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now