Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > How to pass data between 2 VB applications using XMLDOM

Reply
Thread Tools

How to pass data between 2 VB applications using XMLDOM

 
 
Srini
Guest
Posts: n/a
 
      11-24-2003
I am a beginner to using XML for communication between processes. I
have heard about using XML for passing of information between 2
applications.

We have 2 desktop applications developed in VB, running on the same
desktop. They have to pass information between each other. Can any one
explain how this can be achieved using XML DOM structure?

Thanks.
 
Reply With Quote
 
 
 
 
Andy Fish
Guest
Posts: n/a
 
      11-25-2003
XML is a method of representing data, not of transferring it per se. Once
you have figured out how to get the two apps to talk to each other, XML
might be an appropriate format for them to exchange data.

The normal way of doing communication between apps in windows is OLE if one
of them is a server and the other is acting as a client. if they are peers
sending messages to each other you would probably want to be using named
pipes but I'm not sure how to do that in VB.

maybe you could try asking in microsoft.public.xml or
comp.languages.basic.visual

Andy

"Srini" <> wrote in message
news: om...
> I am a beginner to using XML for communication between processes. I
> have heard about using XML for passing of information between 2
> applications.
>
> We have 2 desktop applications developed in VB, running on the same
> desktop. They have to pass information between each other. Can any one
> explain how this can be achieved using XML DOM structure?
>
> Thanks.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DOCTYPE in XSL-stylesheet while using XMLDOM with JScript xq386@hotmail.com XML 3 03-13-2007 12:39 PM
Sorting XML using XMLDOM without using XSL Ben Fidge ASP General 5 12-13-2005 08:55 PM
Sorting XML using XMLDOM without using XSL Ben Fidge ASP General 0 12-09-2005 10:41 AM
Difference between Python CGI applications and Php applications praba kar Python 2 05-04-2005 06:49 PM
Data Exchange between Applications using .NET CV ASP .Net 1 12-19-2003 09:10 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57