Printing tutorial

T

Teo

Hey guys!!
I know maybe this question has been addressed in the past but I am wondering
how can I print datagrid information to a printer. Or basically, anything
from my forms into a printer.
Which is the best way to approach it.
I have looked around for tutorials but I see they are very confusing to
understand.

There is no simple control that I can just do a .Print and that's it?

If you know a user friendly tutorial I can look at I would greatly
appreciate it if you could point me in the right direction.
Thanks much!!
Teo
 
H

Harry

Teo said:
Hey guys!!
I know maybe this question has been addressed in the past but I am
wondering how can I print datagrid information to a printer. Or basically,
anything from my forms into a printer.
Which is the best way to approach it.
I have looked around for tutorials but I see they are very confusing to
understand.

There is no simple control that I can just do a .Print and that's it?

If you know a user friendly tutorial I can look at I would greatly
appreciate it if you could point me in the right direction.
Thanks much!!
Teo
A couple of the easier ways:
1. Install the latest VB Power Pack (available for free from MS). This has a
PrintForm method
2. For a grid I use ComponentOne True DB Grid, which has a very simple and
excellent Print Preview and Print method built in. Well worth the money.

The hard way: Learn all about the .Net PrintDocument class...bit of work in
this, but at the end of the day, life will become an easier place for you.
 

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

Top