If the DLL is all that needs registering then you can store it on the server and create an auto-install auto-register script using Accuterm. I will play around with this idea and see if I can get my UPS XML tracking program to work through Accuterm 2K2.
Glen > > I promised some pointers to sending and receiving XML using a Windows > application such as Accuterm that supports VBA. Here is a link to a page > on Microsoft's site that gives some ASP examples: > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/html/e5c17f89-0197-496c-9164-ce0bbbd8490f.asp > > Where the code has: > > var objSrvHTTP; > objSrvHTTP = Server.CreateObject ("Msxml2.ServerXMLHTTP.3.0"); > > the VB equivalent that you would use would be something like: > > Dim oXMLServer As Object > Set oXMLServer = CreateObject("Msxml2.ServerXMLHTTP.3.0") > > The last example on the page shows how to send and receive XML. > > The syntax is visual basic so it is identical to using the UniObject > Libraries. > > You need to be aware that if you go down this route then every Accuterm > client PC that requires the functionality would require the XML library > installing locally (or the DLL registered). This is one of the reasons > why getting code to execute on the server is preferable. > > In order to get hold of the library, go onto Micro$oft's site and do a > search for MSXML from the Download Centre. ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
