Can I use XML with my server side VB6 DLL to pass the variables to a VB6 ocx on the client?
Server DLL has this sub
sub filter()
a$="x":b%=2:c#=9.99
d$(1)="first":e%(1)=777
......
'code to ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11894039.html
I'm looking for suggestions for a good book on creating / using XML. I'm familiar with ASP and VB and currently using MS Visual Interdev. Thanks
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20380924.htm...
Zones:
XMLDate Answered: 10/25/2002 Grade: A Views: 0
I have a VB6 app which I want to create an XML file for data transfer. The data is in SQL tables and I want to use ADO to create the file. I want the data in a hierarchical view and not a records...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20843079.htm...
Zones:
XMLDate Answered: 01/07/2004 Grade: A Views: 0
i am new to xml and i am trying to create a listview that when an item is sellected it is added to an xml file then if its unselected it should be taken off.
i also need to load all the items cu...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20873108.htm...
Zones:
XMLDate Answered: 06/23/2004 Grade: A Views: 30
Hi
I am verrrry new to XML and I need to create a VB6 APP that creates the XML file (listed below) - I have looked at the sample VB code that comes with MSXML 4.0 SDK. My problem is I cannot ge...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20997817.html
Zones:
Visual BasicDate Answered: 05/25/2004 Grade: A Views: 0
hi, im pretty new to VB, and in a stranger to XML. does any one know the code to get data from an XML file? here is what i'm interested in:
i want to get whatever Nick is.
<?xml version="1.0" e...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21009891.html
Zones:
Visual BasicDate Answered: 06/01/2004 Grade: A Views: 0
hi here is a xml file, and I call the loadXML() function in VB, how can I add a new <columnDefinition> node and how can I loop through all the <row> nodes and update the <c1> values?
<returnXml>
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21114572.html
Zones:
Visual BasicDate Answered: 09/01/2004 Grade: A Views: 0
im trying to learn some XML and i reckon i have the basics.
I have a xml document that i created from my database (hard coded) and i want to be able to read it. As i want to use it for a quick im...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21153981.html
I have used some of the suggestions in this forum to read an XML file and am able to read the main stuff but not details. I am using MSXML 4 and VB6. I have included sample VB6 code and partial sam...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21374784.html
How can I read a xml file from vb6 and if the format of the xml file like the following
<text1>object1.method1</text1>
when the vb6 read the file, how can i make it run the object and method ple...
http://www.experts-exchange.com/Programming/Misc/Q_21398186.html
Zones:
ProgrammingDate Answered: 06/19/2005 Grade: A Views: 0