AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
I have some problems with printing in VB The text will be send to windows, but the printer only print if the program is unload I use this code:
The reason you only get the text printed out if you end the program is because you are not telling the program you have finished printing. You must end with :- Printer.EndDoc The printer then knows you are done and will print. Regards Shady ____________________________ I don't wanna die... but I ain't keen on livin' either