HELP!! IPC using MailSlot

  • Thread starter Thread starter aherzallah
  • Start date Start date
There is no support for mailslots in the .NET Framework so you will need to
use the Mailslot and File APIs directly. Fortunately, mailslots are fairly
easy to handle so you shouldn't have too much trouble. You may even be able
to find a sample somewhere using Google.
 

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

Back
Top