Search results for query: *

  • Users: Zath
  • Order by date
  1. Zath

    Print Control Only

    Ok, nevermind. I adjusted my code above to this: bmp = getsnap(pnlHolder) ppd.Document = pdoc ppd.ShowDialog() Thanks again, Zath
  2. Zath

    Print Control Only

    Thanks for the relply. Worked like I needed. But, the print preview now needs adjusting. I have this in it... Dim ppd As New PrintPreviewDialog() ppd.Document = pdoc ' for the pdoc_PrintPage ppd.ShowDialog() Trying to adjust it so the control shows. Zath
  3. Zath

    Print Control Only

    I have a form of course, and I need to only print what is inside a panel. Now, I can do a quick visible=false to all the other controls and so forth, but doesn't look right. So, how to simply print what is inside a control? Thanks, Zath
Back
Top