#17828 - 10/14/03 09:29 AM
Re: Openning apps.
|
Joined: Oct 2003
Posts: 17
alchemist
Junior Member
|
Junior Member

Joined: Oct 2003
Posts: 17
melbourne Australia
|
Originally posted by NTD .: Shell (File1.Path & File1.FileName) Why doesn't it work? Shell (File1.Path & "\" & File1.FileName) you can always debug.print File1.Path & "\" & File1.FileName and see what its actually outputting... also to send keys: sendkeys "{enter}" or sendkeys "{home}+{end}" sendkeys "abcd" 'Backspace {BS} 'Break {BREAK} 'Caps Lock {CAPSLOCK} 'DELETE {DEL} 'Down Arrow {DOWN} 'END {END} 'ENTER {ENTER} or ~ 'Escape {ESC} 'Help {HELP} 'Home {HOME} 'Insert {INS} 'Left Arrow {LEFT} 'Num Lock {NUMLOCK} 'Page Down {PGDN} 'Page Up {PGUP} 'Print Screen {PRTSC} 'Right Arrow {RIGHT} 'Scroll Lock {SCROLLLOCK} 'Tab {TAB} 'Up arrow {UP} 'F1 - F16 {F1} - {F16} 'Shift + 'Ctrl ^ 'Alt %
|
|
|
|
Forums41
Topics33,701
Posts68,795
Average Daily Posts0
|
Members2,173
Most Online1,567 Apr 25th, 2010
|
|
|
Okay WTF?
by HenryMiring on 09/27/17 08:45 AM
|
|
|
|
|
|
|
|