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!!!
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...
Here's the plan, I created a custom activex control in vb.I then started an *.exe project & inserted the control on the form.The question - how can I call on the controls on the activex control - i.e. if there's a text box on the activex control, how do I say something like:Private sub...
I have some workstations that will register and some that dont. It seems that there is somthing missing from the workststion like a dll.I used the following code..Option ExplicitPrivate Declare Function DllRegisterServer Lib "nwdir.ocx" () As LongPrivate Declare Function DllUnregisterServer Lib...
"Dependency files, such as Msvbvm50.cab, that will be downloaded only asnecessary-thus minimizing download time" (from MSDN)How is this practically done?I am distributing an ActiveX component, and would like to make sure, thatthe VB runtime files are only downloaded by the users, if necessary.Ho...
HiI am trying to get into creating data solutions across multiple tiersWhat is puzzling at the moment is...If I put a data layer and business logic on a server in an active x dll - how do clients call ( or create a reference to a dll that is not on a client machine ) Many thanksMark...
Hi all,If anybody knows about Wise Installation System, I have got two queries. Can anyone of you helpme.When Copying A DLL using Wise Installation system, Does wise take care of 1) Versioning issues. I mean, a older Version shouldn't overwrite a new Version 2) Reference Counting. Does...
im new to the winsock control...i have created a server, and a client which successfully connect, and send and receive data. i want to be able to send one string of data to the server which the server can split up and use those separate strings to execute different commands.e.g.i want to send a...
I have created a control that represents a controller on a conveyor belt. The program I am writing must allow the user to place the control(s) (controller) onto a picture that they have loaded and then setup parameters for each control (controller) - Imagine a lite SCADA system. The question I h...
I was going throught the tutorial given in vbworld for creating activeX control. After creating the activeX control I added another project in the same project. Now when I run the project, internet explorer is opening up with just the activeX control and no other controls that I have added to th...
I am supporting and maintaining a particular legacy VB app which is version 5.0 but still maintains its version 3.0 and 4.0 controls!I am encountering "run-time error 50003, unexpected error".I tried microsoft's solution on loading a GIF file which does not apply here. I have also tried wo...
Hi all,I had an application written in VB that uses ADO1.5. When i installed visio 2000 in that PC, the ADO got upgraded to ADO2.1 and the application failed to start, stating illegal exception error in file MSado15.dll. I manually unregistered the files msado15.dll and msador15.dll (of version...