i am developing a program that will print a picture to the card... my problem is i can't get the picture printed exactly to the printer.
i use this command...
Printer.PaintPicture Form1.Picture1, 0, 0
picture1 is the exact size i want it to be...
however, the printed one is smaller in size...
i think it's pixels stuff and all that but i really don't know how to manipulate it.
The first thing i did was edit the picture in adobe photoshop then print it at ms word to check the exact size.
Then i import the picture in my VB program in the control form1.picture1.
I thought it was alryt until i run my program when it printed a smaller picture...
please help me what to do.. i'm already tired editing the picture in adobe, doing a trial and error stuff...
i use this command...
Printer.PaintPicture Form1.Picture1, 0, 0
picture1 is the exact size i want it to be...
however, the printed one is smaller in size...
i think it's pixels stuff and all that but i really don't know how to manipulate it.
The first thing i did was edit the picture in adobe photoshop then print it at ms word to check the exact size.
Then i import the picture in my VB program in the control form1.picture1.
I thought it was alryt until i run my program when it printed a smaller picture...
please help me what to do.. i'm already tired editing the picture in adobe, doing a trial and error stuff...