Link to home
Start Free TrialLog in
Avatar of marper
marperFlag for Canada

asked on

Print to the output stream

I am developing a small, non-visual VB application which needs to send different messages to the DOS prompt.
I could not find a VB function which does it (something like 'printf' in C).
Also, if there is no such function in VB, does anyone know an API function instead of ?

Regards
ASKER CERTIFIED SOLUTION
Avatar of jrspano
jrspano
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
here is a sample also that does more on the console

http://www.freevbcode.com/ShowCode.Asp?ID=1265