Rich Textbox Print Preview?

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
7 posts Page 1 of 1
Contributors
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Rich Textbox Print Preview?
zachman61
how can i use a new form to use a printpreview control for form1?
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Rich Textbox Print Preview?
mandai
Code: Select all
Form1.Controls.Add(New PrintPreviewControl())
?
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Rich Textbox Print Preview?
zachman61
no how can i have it read it? the document is doc1 or a richtextbox
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Rich Textbox Print Preview?
mandai
Read what?
Are you trying to print the from or something?
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Rich Textbox Print Preview?
zachman61
now have the print preview have the document as the richtextbox1 which is named
Doc1
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Rich Textbox Print Preview?
mandai
Apparently the RichTextBoxControl lacks in built-in print/print preview functionality.
Check out http://msdn.microsoft.com/en-us/library/ms996492.aspx and http://support.microsoft.com/kb/812425
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Rich Textbox Print Preview?
zachman61
thats dumb
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
7 posts Page 1 of 1
Return to “Tutorial Requests”