accessing message pump in a custom control
From: Frankenstein (frank_at_yahoo.com)
Date: 04/09/04
- Next message: Fabio: "Cannot run .NET CF applications"
- Previous message: Dave Laci: "System.TypeLoadException on OracleConnection, VB, Pocket PC"
- Next in thread: Alex Yakhnin [MVP]: "Re: accessing message pump in a custom control"
- Reply: Alex Yakhnin [MVP]: "Re: accessing message pump in a custom control"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 9 Apr 2004 18:22:33 +0530
Hi,
Thanks to the ApplicationEx class from OpenNetCF, I can access the
application message pump in my form and access mouse events without worrying
on which controls the mouse click occured .
But, now I want to access the messages from a custom control. Since I cannot
call ApplicationEx.Run() in the custom control, I am unable to access the
mouse events from the message pump.
Is there a way to get around this problem?
Thanks.
- Next message: Fabio: "Cannot run .NET CF applications"
- Previous message: Dave Laci: "System.TypeLoadException on OracleConnection, VB, Pocket PC"
- Next in thread: Alex Yakhnin [MVP]: "Re: accessing message pump in a custom control"
- Reply: Alex Yakhnin [MVP]: "Re: accessing message pump in a custom control"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|