Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Print Server Programming
Name: Mark Weaver Date: November 4, 2003 at 13:26:17 Pacific OS: Windows 2000 CPU/Ram: Celeron 850 256mb
Comment:
I am looking for information as to how to write code in VB6, that will allow me to communicate with an Ethernet Print Server, via TCP/IP communications. In effect, I want to write my own driver and not go through the operating system.
Name: Stuart Date: November 4, 2003 at 15:52:59 Pacific
Reply:
I had a heated discussion a few days ago over the relative merits of Visial Basic and C++. I supported Visual Basic as being a worthile programming language to use in certain circumstance.
However, this isn't one of them. Real time communication with hardware in Visual Basic is not something it is good at, in fact it is terrible.
For a start there is no way in VB of directly addressing software ports and as for interrupt processing, forget it.
If you want to write a print driver you are going to have to learn C++.
Summary: I have a java chat room server program that I don't know how to run on my web server. I don't know how to get the program up on the server and have it run constantly, or how to know which applet to c...
Summary: I am doing some Unix Client/Server Programming and comming accross this error below, does anybody know what this is means. thanks.. Undefined first in file referenced symbol ...
Summary: I need help creating a VBScript that when ran on a PC will map all printers from an indicated printserver. I already know how to add each printer individually but I need one that will automatically se...