Código [Seleccionar]
private: System::Void printDocument1_PrintPage(System::Object^ sender, System::Drawing::Printing::PrintPageEventArgs^ e)
{
e->Graphics->DrawImage(pbalta->Image, 0, 0);
}
private: System::Void btImpr_Click(System::Object^ sender, System::EventArgs^ e) { }
Ahí tienes lo que viene siendo el botón y la "llamada de impresión". Errores no da, pero claro... también falta el código referente al botón...