Printing label/textbox Text property in MDI Child by clicking MDI Parent print button

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kostareject
    New Member
    • Dec 2009
    • 2

    Printing label/textbox Text property in MDI Child by clicking MDI Parent print button

    Hello!

    Can anyone tell me how can I printi label/textbox Text property in MDI Child by clicking MDI Parent print button in C#!

    I have MDI Chil form with several labels and textboxes, and I want to print its content(label.t ext and/or textbox.text). Also I would like to see that in print preview dialog.

    The picture is in attachment...


    Please Help! Thanks!
    Attached Files
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    A simple google search came up with this article on Preview and Print from Your Windows Forms App with the .NET Printing Namespace

    -Frinny

    Comment

    Working...