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
Can anyone tell me what is wrong with this?? I got the exact code from microsoft. All i am trying to do is a simple chat, for my network at my house. thanksForm 1: Private Sub Form_Load()With udpPeerA .RemoteHost = "PeerB" .RemotePort = 1001 .Bind 1002End WithfrmPeerB.ShowEnd SubPrivat...
Hi,My webclass app runs fine on an NT4 Server but when I try to register the DLL on Win2K Server I get this error:DllRegisterServer in [dll path] failed. Return codewas: 0x80004005Has anyone encountered this before?Thanks alot,CG...
I create a activeX DLL code,contain my report file. When I combine my project file with the ActiveX DLL project file, it works just fine.But when I separated the project file,and make the reference to that DLL, there is a memory exceptions error???Please help me!!!...
I'm new to active x controls - this is my first one - I'm trying to create an activex text box control that has more functionality then the standard textbox control. I use the wizard to create my properties but when I use the next control on a form I don't see all of the properti...
If anyone could tell me how I can send a program from my machine to run on another machine without them doing anything. Even just popping up a Hello World message on another computer from mine would be great. If you know how to do this I would say your the best programmer.Good Luck....
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...
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!!!...
This doesn't work: Set EachType = GetObject("WinMgmts:") Set CompSys = EachType.ExecQuery("select version, name from win32_filespecification where name = '" & sPath & "'")This does work: Set EachType = GetObject("WinMgmts:").InstancesOf("Win32_FileSpecification")...
Hi all! How can I establish connecton using WinSock Control via proxy server (proxy's IP is knows)? Thanks. -Zigmar P.S. I've created OCX that implements client-server communication using WinSock Control. There is a multi-user chat as example of using my OCX. All source codes are inclu...
This is the scenario, I have a Server WinSock accepting many Client WinSock, if you know what I mean.When Client A connects to Server, an occurence of WinSock is instantiated, this is OK.But when Client A disconnects and reconnects, it starts another instance of WinSock in the Server. Is there n...
I want to try to Object datatypes accross a network through a network, is there no way for me to try to do that?What is the best way to try to do that?I wouldn't want to send out a large chunk of String through the network and try to extract them in the client side. For security and efficie...
Could anyone tell me what exactly windows scripting components are and how they differ from visual basic components and what possible limations there are....