Look up the MessageWindow class in Compact Framework. You can implement
Asynchromous callbacks using the MessageWindow class and some threading, if
necessary. This article gives you some info and a sample.
http://msdn.microsoft.com/library/de...sagewindow.asp
PR
"Naveen Mukkelli" <(E-Mail Removed)> wrote in
message news:90AD8CD5-6A2F-4EBF-9AB0-(E-Mail Removed)...
> Hi,
>
> I have to establish asynchronous communication in my application.
>
> I am using a third party dll for that. Some methods in this dll
> use callback mechanism to provide asynchronous communication.
>
> But it seems that .NET CF has no support for callbacks.
>
> Is there any way we can solve the problem of anynchronous callbacks from
> unmanaged code.
>
> Kindly let me know.
>
> Cheers,
>
> Naveen.