I've never had to print before, and in my searching, I can't seem to find anything that will print my BMP using it's correct resolution and dimensions.

I don't need any printer dialog or anything, just want to print straight to the printer.

Whay I have is a simple utility for my mom who quite the computer illiterate. It scans a document, saves it as a bmp with the resolution dependent on where the "Quality" slider is placed. Then, spits the document out the printer ... only I don't have the part where it spits it out yet.

When I use the VB printer object, it prints the bmp as it appears in the picturebox, that is, it prints a 600dpi image huge on the paper and a 75dpi image tiny.

Any insight ... API's I should research ... ?