Ja, well... must confess, I did not do a good test. 
Like I said, I did not get help cuz my test code was flawed.
Here is proper test code and it is spawning help now.
Code:
Break on
Run 'cmd /c start www.kixtart.org'
while SetFocus('KiXtart')<>0
"."
sleep 1
$Index = $Index + 1
if $index > 20
$RC = MessageBox("NOTICE!" + Chr(13) + "Korg did not open within a reasonable time!"
+ Chr(13),"SendKeys example",48,60)
goto finish
endif
Loop
$RC=Sendkeys('{F11}')
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.