Jump to content

Combo Box Item And Run Vncviewer


 Share

Recommended Posts

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

Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...