how to print out the content of picturebox and richtexbox using print dialog?
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
anyone can provide coding to print out the content of picturebox and richtext box using print dialog??any help is greatly appreciated... VB.NET
There is an interesting article called Getting WYSIWYG Print Results from a .NET RichTextBox http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinforms/html/wnf\_RichTextBox.asp It can be of great help. Good work. Bye.