Don't know how to determine the ADDRESS of the port, but if you're just
trying to send something out to the printer try this:
Open "lpt1" For Output As #2
Print #2, YourTextHere
Close #2
If you really need to know just the address of the port, sorry...
Quote:
> Could some one please help me I just need to know how to find out what
the
> address the LPT1 port is in an running VB program .
> any advice would be greatly appreciated