accessing message pump in a custom control

F

Frankenstein

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top