I have developed a program for windows with visual basic 6 for printing orders in a pizzeria, I display a window and print it with "me.printform". Now I'm redoing it in vb.net, but the print quality is bad. I've read several solutions but it doesn't change. Anyone know how "printform" works in vb6 ?
I tried to save the image in a bitmap, print directly, but nothing to do, probably in vb6 the FORM.PRINTFORM method has some setting that I don't know...