|
-
Apr 25th, 2010, 12:37 PM
#1
Thread Starter
PowerPoster
[RESOLVED] can the printer object print forms data thats not visible
I have a main form that has a lot of data. I want to print re-arange the data before printing by using a second form.
The print button is on the main form and when pressed it will copy the data to a second form. The print code will be in the second form. Does the second form need to be visible ?
Waiting for a full featured smart phone with out marrying a provider
Go Android
Go raiders 
-
Apr 25th, 2010, 01:02 PM
#2
Re: can the printer object print forms data thats not visible
If you saw my first answer it was wrong. The 2nd form doesn't have to be visible.
-
Apr 25th, 2010, 01:02 PM
#3
Re: can the printer object print forms data thats not visible
No, it doesn't have to be visible. The Printer object works using commands like Printer.Print, Printer.Line, Printer.Circle, Printer.PaitPicture, etc.. It doesn't perform a screen capture like Printform. The only thing you should consider is: if you use Printer.PaintPicture and the picture is an image in a PictureBox that's hidden, then that PictureBox should have its Autoredraw property set to True.
-
Apr 25th, 2010, 01:07 PM
#4
Thread Starter
PowerPoster
Re: can the printer object print forms data thats not visible
thanks guys now i can proceed with my plan
Waiting for a full featured smart phone with out marrying a provider
Go Android
Go raiders 
-
Apr 25th, 2010, 02:51 PM
#5
Re: [RESOLVED] can the printer object print forms data thats not visible
Even PrintForm works without the form being visible. I too would have throught not but I tried it and it works.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|