Sunday, February 19, 2012

How to send Notifications to WinForm?

How to send Notifications to WinForm?

How to define the user devices and the custom delivery protocol and delivery channel?

Can you give me some examples? Source Codes?

Thank you very much!

no replies!

|||There are a number of ways you could do this, but it really depends on what you're trying to accomplish. You could deliver through MSMQ and poll the queue with your WinForms app, or you could probably even create a remoting delivery protocol. It'd probably help if you explained what you're really trying to accomplish.|||

How to create a remoting delivery protocol? The WinForm and the NS are on two different matchines.

Thank you very much!

|||

It's not something I've done, so I can't cut and paste code for you. I imagine a good start would be:

Developing a Custom Delivery Protocol

and a good tutorial on remoting. If you have access to it, or are willing to buy it, Ingo Rammer's Advanced .NET Remoting is probably the book to get.

-Francis

No comments:

Post a Comment