Click to See Complete Forum and Search --> : Write line to standard (dos) output.


Guus
January 10th, 2000, 03:58 AM
How can i write a line to standard output in VB6?
Guus

Lothar Haensler
January 10th, 2000, 04:07 AM
AFAIK you need to use the Console API; check out MSDN article Q171654 for a complete example.