Replied: Sat, 27 Jul 2002 20:32:11 -0500 Replied: "Minjun Wang" Return-Path: mwang03@csit.fsu.edu Delivery-Date: Sat Jul 27 18:30:52 2002 Return-Path: Received: from mailer.csit.fsu.edu (mailer.csit.fsu.edu [144.174.128.142]) by grids.ucs.indiana.edu (8.10.2+Sun/8.10.2) with ESMTP id g6RNUpu11905 for ; Sat, 27 Jul 2002 18:30:51 -0500 (EST) Received: from himalaya (himalaya.ucs.indiana.edu [156.56.104.22]) by mailer.csit.fsu.edu (Postfix) with SMTP id 2FE7723A22 for ; Sat, 27 Jul 2002 19:33:14 -0400 (EDT) Message-ID: <001401c235c6$236f5210$1668389c@himalaya> From: "Minjun Wang" To: "Geoffrey Charles Fox" Subject: About my project Date: Sat, 27 Jul 2002 18:34:22 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0011_01C2359C.3A40A2C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Content-Length: 2293 This is a multi-part message in MIME format. ------=_NextPart_000_0011_01C2359C.3A40A2C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, Geoffrey I've done something in my project that I can show you when you're back. I developed a windows program in MFC that can capture mouse events(such = as move, button down and up) and keyboard events, and display the = corresponding messages for the events, coordinates for the mouse = positions, and ASCII numbers for the keys. The windows system capture the events and put them in a message queue. = Later the messages are retrieved by a message loop and dispatched to = message handlers in which the messages are processed. Thanks. Minjun=20 =20 ------=_NextPart_000_0011_01C2359C.3A40A2C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi, Geoffrey
 
I've done something in my project that I can = show you when=20 you're back.
 
I developed a windows program in MFC that can = capture=20 mouse events(such as move, button down and up) and keyboard events, and = display=20 the corresponding messages for the events, coordinates for  the = mouse=20 positions, and ASCII numbers for the keys.
 
The windows system capture the events and put = them in a=20 message queue. Later the messages are retrieved by a message loop and = dispatched=20 to message handlers in which the messages are = processed.
 
Thanks.
 
Minjun
   
------=_NextPart_000_0011_01C2359C.3A40A2C0--