Thanks Pete
I'll try the Win32 group
Regards
gg
"Peter Duniho" <(E-Mail Removed)> wrote in message
news

(E-Mail Removed)...
> On Sun, 03 May 2009 03:03:02 -0700, GG <(E-Mail Removed)> wrote:
>
>> Hi
>>
>> How do I do and what keycode do I use to send Ctrl+downarrow with
>> SendMessage API?
>> I know that I can use SendKeys but I want to send Ctrl-downarrow to a
>> non active window.
>
> That depends on what the target window is expecting and handling. But for
> something like that, most likely you want to send the WM_KEYDOWN and
> WM_KEYUP messages.
>
> It's not really a managed code question though, so you would be better off
> posting your question in a Win32 programming newsgroup, if you need more
> specifics than that.
>
> Pete