CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: MaylorTaylor

Search: Search took 0.61 seconds.

  1. Re: Adding multiple files to an XML multiple times

    I found the fix for anyone out there with the same issue (or similar)

    It was a simple use of node.appendchild() in a few key places.


    Public Function fjobdup() As String

    Dim doc As...
  2. Adding multiple files to an XML multiple times

    So, I have this program that gathers 'source', 'destination', and 'job name' from a user and then adds this information to an XML file in this type of manner


    -<Jobs>
    -<Job> ...
Results 1 to 2 of 4





Click Here to Expand Forum to Full Width

Featured