05-08-2006, 05:20 PM
When I click the zoom edit field and press Ctrl+V, it pastes the number in the document, not in the field. Menu of course works. To simulate what the menu does, you can use
s.setsel(0 handle) ;;here s is a string variable containing the text to paste; handle is combo box control handle
key- CSAW releases all modifier keys. This not necessary for keyboard macros.
s.setsel(0 handle) ;;here s is a string variable containing the text to paste; handle is combo box control handle
key- CSAW releases all modifier keys. This not necessary for keyboard macros.