View Single Post
  #1 (permalink)  
Old 10-09-2008, 5:23 PM
Musab Musab is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Apr 2008
Posts: 16
Reputation: 12
Musab is on a distinguished programming path ahead
Default Need help in Print Dialog (check boxes printing)

Hello,

I have been looking at some tutorials about using the print dialog, and I was able to print a text in a RichTextBox using the following code:

Printing in VB .NET - Print Dialog, PrintPreview Dialog, PrintPreview Sample Code Control, PageSetup Dialog

What I'm trying to do is print labels in my software, for exmaple

Name: NickName:
*Check Box1 *CheckBox2

so basically its a form and right now its working great, but 1 step is left is to make it print the label showing the checked chkBoxes and textboxes ..etc

Any Idea or a good tutorial will help. Thanks bunch !
Reply With Quote