How to print form ?

  • Thread starter Thread starter C.K
  • Start date Start date
C

C.K

Hi,

I am doing a calendar program for printing. I have a vb form.
The form has a picture and a calendar grid made out of
buttons (I don't actually press the buttons, they were just
an easy way to make up the grid for the days of the month.
I now don't know how to print the form. If I will have to
use screen capture it will be dreadful, not to mention that
because the size of the form has to result on a fully covered
A4 page, it will not fit onto my 800x600 screen ?

The other way I was thinking to do the calendar was to use
an html page, because then I can add a picture and a table
quite easily. The down side is that javascript is not an ideal
language, and I really do need the dotnet calendar object.
Any ideas?
 
1.) Get the form up on your monitor
2.) Drag a photo copier near your machine
3.) Lift the monitor and place it screen down on your photocopier
4.) Set the scaling and press go.

Voila !

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing
 
I'd better read the introduction ...

One Handed Man ( OHM - Terry Burns ) said:
1.) Get the form up on your monitor
2.) Drag a photo copier near your machine
3.) Lift the monitor and place it screen down on your photocopier
4.) Set the scaling and press go.

Voila !

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing
 
* "C.K said:
I am doing a calendar program for printing. I have a vb form.
The form has a picture and a calendar grid made out of
buttons (I don't actually press the buttons, they were just
an easy way to make up the grid for the days of the month.
I now don't know how to print the form. If I will have to
use screen capture it will be dreadful, not to mention that
because the size of the form has to result on a fully covered
A4 page, it will not fit onto my 800x600 screen ?

Mhm... I would implement separate printing code that is based on the
'PrintDocument' class to perform printing of the calendar.
 

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