Click here to Skip to main content
15,913,773 members
Home / Discussions / C#
   

C#

 
GeneralRe: .Net applications in Linux Pin
leppie27-Aug-04 9:14
leppie27-Aug-04 9:14 
GeneralRead Write Files From\To Database Pin
Zamolxes26-Aug-04 8:50
Zamolxes26-Aug-04 8:50 
GeneralRe: Read Write Files From\To Database Pin
Heath Stewart26-Aug-04 10:44
protectorHeath Stewart26-Aug-04 10:44 
Generalevents on PocketPc's Pin
pat27088126-Aug-04 6:32
pat27088126-Aug-04 6:32 
GeneralRe: events on PocketPc's Pin
Not Active26-Aug-04 6:58
mentorNot Active26-Aug-04 6:58 
GeneralRe: events on PocketPc's Pin
pat27088126-Aug-04 8:05
pat27088126-Aug-04 8:05 
GeneralRe: events on PocketPc's Pin
Not Active26-Aug-04 9:11
mentorNot Active26-Aug-04 9:11 
GeneralRe: events on PocketPc's Pin
Heath Stewart26-Aug-04 10:41
protectorHeath Stewart26-Aug-04 10:41 
Actually, in Windows CE there really isn't an easy way of doing it, and no single way I've seen documented or have used that would work like hooking messages in Windows (the real kind Smile | :) ).

The easiest way is probably to use Control.Capture, which is supported in the .NET CF. Only one window can capture the mouse, however, but you can get mouse events to fire for windows that are not your own. In most cases, you'll need to override WndProc and handle these yourself as windows messages.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralRe: events on PocketPc's Pin
pat27088126-Aug-04 11:29
pat27088126-Aug-04 11:29 
GeneralRe: events on PocketPc's Pin
Heath Stewart26-Aug-04 13:21
protectorHeath Stewart26-Aug-04 13:21 
GeneralRe: events on PocketPc's Pin
pat27088130-Aug-04 3:11
pat27088130-Aug-04 3:11 
GeneralRe: events on PocketPc's Pin
Heath Stewart30-Aug-04 5:48
protectorHeath Stewart30-Aug-04 5:48 
GeneralRe: events on PocketPc's Pin
mathon2-Sep-04 21:36
mathon2-Sep-04 21:36 
GeneralRe: events on PocketPc's Pin
Heath Stewart3-Sep-04 6:17
protectorHeath Stewart3-Sep-04 6:17 
GeneralRe: events on PocketPc's Pin
Not Active26-Aug-04 13:03
mentorNot Active26-Aug-04 13:03 
GeneralRe: events on PocketPc's Pin
Heath Stewart26-Aug-04 13:19
protectorHeath Stewart26-Aug-04 13:19 
GeneralRe: events on PocketPc's Pin
pat27088126-Aug-04 22:32
pat27088126-Aug-04 22:32 
GeneralProfiler for 2.0 Pin
Judah Gabriel Himango26-Aug-04 5:32
sponsorJudah Gabriel Himango26-Aug-04 5:32 
GeneralTutorial on using writing report in C# Pin
steve_rm26-Aug-04 4:16
steve_rm26-Aug-04 4:16 
GeneralRe: Tutorial on using writing report in C# Pin
Heath Stewart26-Aug-04 8:34
protectorHeath Stewart26-Aug-04 8:34 
GeneralCalling a method at run-time Pin
Radoslav Bielik26-Aug-04 3:01
Radoslav Bielik26-Aug-04 3:01 
GeneralRe: Calling a method at run-time Pin
Not Active26-Aug-04 3:15
mentorNot Active26-Aug-04 3:15 
GeneralRe: Calling a method at run-time Pin
Heath Stewart26-Aug-04 8:22
protectorHeath Stewart26-Aug-04 8:22 
GeneralRe: Calling a method at run-time Pin
LongRange.Shooter26-Aug-04 3:52
LongRange.Shooter26-Aug-04 3:52 
GeneralRe: Calling a method at run-time Pin
Radoslav Bielik26-Aug-04 22:06
Radoslav Bielik26-Aug-04 22:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.