How do you print the selected text (or any text in a rich Text feild).:blush:
Printable View
How do you print the selected text (or any text in a rich Text feild).:blush:
Hi,
Watch and copy examples of Source Code in VB.NET
[email protected]
http://www.geocities.com/yulyos4vbnet
Have a nice day
I have. But for the most part none of it worked.
Hi,
Printing from a RichTextBox
Look at the attached file,
the program print all the text from the RichTextBox
Have a nice day
I know, I keep getting this though:
Warning 1
Error HRESULT E_FAIL has been returned from a call to a COM component. 0 -1
Error 2
Type 'RichTextBoxEx' is not defined. C:\Documents and Settings\Marc Dobek\Desktop\P_rtbexvb\Form1.vb 34 40
Error 3
Type 'RichTextBoxEx' is not defined. C:\Documents and Settings\Marc Dobek\Desktop\P_rtbexvb\Form1.vb 39 32
Warning 4
The referenced component 'rtbexvb' could not be found.
Hi,
You have to add a reference to the component 'rtbexvb.dll'
it is in the bin path.
Or add it to your toolbox.
I have attached file 'rtbexvb.dll'
Have a nice day
Afew of your commands still counldnt be found. ALso, when I got it to work, it spooled about 500 pages of nothing.....
Hi,
I can't help you any more, the example i sent to you it's working ok in my computer.
Have a nice day
Ok, with that: Any one else know of any tutorials that would contain this?