Re: Sending events to an application. Sample Program.
- From: "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com>
- Date: Fri, 14 Jul 2006 09:31:28 -0700
You're going to have difficulty doing it without having Messenger on the
display. Taps/clicks don't go to random windows; they go to the frontmost
window that is under the mouse or stylus. If you were willing to live with
having the display there, and just sending it information to automate it,
yes, you can do that with PostKeybdMessage(), keybd_event(), and
mouse_event(). If you have to hide it, I'd say that you're on the wrong
track.
Paul T.
"Mangel" <Mangel@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B12D0D9F-A2F2-482F-BDB9-5571B24F31E8@xxxxxxxxxxxxxxxx
Hi All,
I'm a newbie in VC++ and Windows CE development.
I want to develope an application that runs MSN Messenger and sends key
events or any type of events to it. I need my application runs Messenger,
pushes "Start voice comunications", selects a contact, but all of this
without user interaction.
Is there any sample application that does something like this?
My goal is make a demo that uses MSN Messenger but without the display.
Any help will be grateful. Thanks in advance,
Mariangel.
.
- Prev by Date: Re: Working with Windows CE Registry using eVC4
- Next by Date: Re: Application develop on Windows CE 5 (Intel PXA255 platform)
- Previous by thread: Working with Windows CE Registry using eVC4
- Next by thread: Re: Sending events to an application. Sample Program.
- Index(es):
Relevant Pages
|