10-21-2007, 02:38 PM
Probably not, because the combo is not editable. You can only select one of items from the drop down list by typing first character. (on XP).
If needs to run the above code from the macro that calls OpenSaveDialog, use mac to run it.
int h=wait(60 win("Open" "#32770" "qm")); err ret
act id(1137 h) ;;1137 is 'Look in' combo box id on XP
key "E" ;;selects eg E:\. Can select only one of the drop down list items.
If needs to run the above code from the macro that calls OpenSaveDialog, use mac to run it.
