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
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.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!...
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...
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...
Hi All,I'm trying to use word to print a document from VB. Everything works fine until I get to the bit that needs to close the word object. I've surfed the net and found other articles and basically I seem to be doing everything correct, but obviously there is somthing not quite right...
Hello to Everybody! Does anybody know why I get the error 4198 when I try to use the PrintOut method of the Mailing Label Object?That's what I wrote: w.ActiveDocument.Application.MailingLabel.PrintOut ...Thanks!!!...
I have experience using com in asp, but not much in writing activex dlls. I need to learn how to write something that would allow word to be opened in the browser, let the user type something and then be able to save it on our servers. Can anyone recommend a tutorial(s) that would help me in t...
I have an application that automates MS Word. The app functions properly with Word 2000 but when run on a system with Word XP it faults.Here is a snippet of the problem code.Set SoapNote = New Word.ApplicationSet SoapDoc = SoapNote.Documents.Add(TemplateName) 'Code Faults hereWith SoapNote...
Hi !I want to open a word document and put the cursor on the last position of this document. I have to work with delphi but I have no idea how this works. Can someone please help me ?Thanks in advance,Thomas...