Data communication between winforms of two different applications

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If i want to excahnge data between my application and WM 5.0 Native SMS
application.How can i do that? i.e sending data from my application to the
Windows mobile Native application such as SMS or phonebook .... and receive
some data from Native SMS application. I have taken SMS application just for
example.It may be any other existing native application like
Tasks,Calendar,Phonebook etc.
 
Bryan Phillips said:
Look at using DDE.
Is there any example which shows the use of DDE. Actually i don't want to
exchange large data between applications but very specific data,e.g if i
invoke sms editor winform in my application i will pass the sms structure
properly filled to that.
And would expect the same from SMS application(just for example). So could
you suggest me any example available or functions used to do the same.
 

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