Hi

i wonder if there's a way to do a "SENDKEYS" with the Space Bar

thx

alex d.

Re: Sendkeys Question by Michael

Michael
Fri Jul 04 21:00:17 CDT 2003

Alexander Dünisch wrote:
> Hi
>
> i wonder if there's a way to do a "SENDKEYS" with the Space Bar
>

Download details: Windows Script Documentation
http://www.microsoft.com/downloads/details.aspx?FamilyID=01592c48-207d-4be1-8a76-1c4099d7bbb9&DisplayLang=en

Check the SendKeys documentation...

--
Michael Harris
Microsoft.MVP.Scripting
Seattle WA US

Technet Script Center
http://www.microsoft.com/technet/scriptcenter/default.asp

Microsoft® Windows®2000 Scripting Guide
http://www.microsoft.com/technet/scriptcenter/scrguide/sagsas_overview.asp


Re: Sendkeys Question by Alexander

Alexander
Sat Jul 05 02:14:26 CDT 2003

On Fri, 4 Jul 2003 19:00:17 -0700, "Michael Harris \(MVP\)"
<mikhar@mvps.org> wrote:

>Alexander Dünisch wrote:
>> Hi
>>
>> i wonder if there's a way to do a "SENDKEYS" with the Space Bar
>>
>
>Download details: Windows Script Documentation
>http://www.microsoft.com/downloads/details.aspx?FamilyID=01592c48-207d-4be1-8a76-1c4099d7bbb9&DisplayLang=en
>
>Check the SendKeys documentation...

I already did. Nothing about the Space bar.


Re: Sendkeys Question by Alexander

Alexander
Sat Jul 05 03:38:47 CDT 2003

on 05.07.03 09:14 Alexander Dünisch wrote:

> On Fri, 4 Jul 2003 19:00:17 -0700, "Michael Harris \(MVP\)"
> <mikhar@mvps.org> wrote:
>
>>Alexander Dünisch wrote:

>>> i wonder if there's a way to do a "SENDKEYS" with the Space Bar
>>>
>>
>>Download details: Windows Script Documentation
>>http://www.microsoft.com/downloads/details.aspx?FamilyID=01592c48-207d-4be1-8a76-1c4099d7bbb9&DisplayLang=en
>>
>>Check the SendKeys documentation...
>
> I already did. Nothing about the Space bar.
>

Hi Alex,

I wondered, how to get an answer to this very question
too - but the the solution is almost to simple:

wshShell.SendKeys " "

--
Gruesse,
Alex