Advertisement

1 - 10 of 24 containing alltags:("VB6 and XML") (0.001 seconds)
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 ...
Zones: Visual Basic, XHTMLDate Answered: 08/19/2001 Grade: A Views: 0
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
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...
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...
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...
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...
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> ...
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...
Zones: Visual Basic, XHTML, Mic...Date Answered: 10/14/2004 Grade: B Views: 0
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...
Zones: Visual Basic, XHTMLDate Answered: 04/06/2005 Grade: A Views: 0
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...
Zones: ProgrammingDate Answered: 06/19/2005 Grade: A Views: 0