Hi,<br><br>I have an app in which I am using the PrintForm method (I know it's primitive, but it's quick and they literally want a copy of what they see). I have a button on the form which pops up another form that gives the user printing options. One of the options is printing the first form. When I select that during testing using the IDE, it prints just fine, but after packaging & deploying and installing on their computer, I get error 486 -- "Can't print form image to this type of printer". So, from what I can tell, VB thinks that the printer is not graphics capable. I have tried this with two different printers: an Okipage 10e Laser printer & a HP 890C deskjet. Both of these will work from the IDE but not on the installed program.<br><br>Can anyone help me with this? Thanks in advance for any help.<br><br>-Marc