I need to send data from on machine to another, they are not Web serversMy team lead suggest to sent the data in SOAP format, I was wondering what is the advantage to send data in SOAP format when it's not Web (or web services)? Should I just sent it in normal XML file (without SOAP format,...
Hi AllI need some advise as to how to i need to pass a command from my VB application to to a remote network Hardware device to Erase its memory .The communication transport used is HTTP and the communication protocol to talk to the hardware device is XML:The command ishttp://192.168.0.251/cgi...
Someone knows (or can give me an example) how to pass a recordset between two tiers (DLLs) using XML. I did it but using ADO Recordsets, and the problem is that I have to have installed ADO in both machines.Thanks so much for your coments....
Hi,I'm learning to work with sockets. I have an exeample that work (the executable and dll) But... when i try to run the source code it seems that a reference is missing. I get errors on this line:"private withevents objWinsock as MSWinsockLib.Winsock"The error received is "User-defined typ...
Hello,I'm working on a FXP program. For this, I've created an ActiveX control. On this control I've placed two Winsock Controls. One to connect with to the FTP server, and one to listen for incomming connections for the LIST function.Okay, my application creates more than one form...
Hi People, i have a problem with the load XML DocumentHere is the code :************************** If oXMLDoc.Load(strHTTP) Then Set NodeList = oXMLDoc.getElementsByTagName("root") For Each Element In NodeList MsgBox oXMLDoc.documentElement.xml...
Hi.I'm looking to store a reference to an xml node in the Tag of a tree view node.I can't store the actual text etc because the i need the to be able to edit the xml sub nodes in place.I'm thinking a can store the the memory address (via ObjPtr) as the treeview node tag, but does...
Does anyone know how I can format a Single Data Type number into a buffer so it can be transmitted as a 4 byte floating point number through MSComm? i.e. Someting like: Num1 = 3.14159 txBuffer(0) = ? txBuffer(1) = ? txBuffer(2) = ? txBuffer(3) = ? MSComm.Output = txBuffer Thanks in advance!...
I am the admin of this network. I want to be able to kick off scripts on remote computers AND have the script access resources on the network. Kicking off the script on the remote computer has worked without a hitch as long as I do not access any resources on the network. If I attempt to do t...
hey, i am trying to register an ocx through the IE. 1. i created a wshom.inf and it looks like that: ; Sample INF file for WSHOM.OCX [version] ; version signature (same for both NT and Win95) do not remove signature="$CHICAGO$" AdvancedINF=2.0 [Add.Code] WSHOM.OCX=WSHOM.OCX ; needed OCX [wshom.o...
I have a project coming up where i need to write an object in VB6 but the object has to be usable in VB5 and C++ (Borland VC++, not microsoft)Can anyone recommend any good books that cover the problems faced with writting this kind of object and what i can and cannot use.Thanks...
I am doing the project to make a microcontroller communicate with PC. I am facing the problem writing the VB code for command button to ask uC to display the data in my label. How to write the code for visual basic to get the data from the microcontroller?...
I just want to write on to the port for example X28 is there any code or syntax to do that in the VC we can write outportb(X28,2)how about VB?I will be greatfull to get my answer...
Hi guys,does anyone have any idea about how to go to implement a dynamic proxy in vb? what I would like to do is to be able to call a non-existing method on a dynamicproxy object, and have the object work out how to deal with the call.this would allow me, for example, to write a dynamic proxy de...
Hi, I want to write an add-in to use with word97. does anyone know how this can be done ie what project type is needed for the successfull connection of an add-in in word... I tryed to use activex dll with a add-in designer as a component. but I fail to open the resulting dll file in word...tha...