print the contents of a Panel

  • Thread starter Thread starter nate axtell
  • Start date Start date
N

nate axtell

In my VB .NET application I have filled up a Windows.Forms Panel component
with some barbodes and various text labels. I cannot figure out how to
print this though. I've tried looking at the PrintDocument component but I
can't figure out what needs to get sent to the
PrintPageEventArgs.Graphics.DrawImage(...). What can I use to print the
specific panel in my application? Do I have to save it as an image somehow?
Thanks,
Nate
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top