|
-
Jun 28th, 2000, 03:56 PM
#1
Thread Starter
New Member
I need to put a rich text box on a form in VB4. Where do I find this control? It doesn't seem to be anywhere in my Toolbox. Should it be available in the custom controls?
When I have a rich text box on the form, how can I place it on my Printer object so that I can control where the text in it is printed?
Any help on either question greatly appreciated.
-
Jun 28th, 2000, 04:58 PM
#2
-
Jun 28th, 2000, 08:13 PM
#3
See if this works.
Code:
RichTextBox1.SelPrint(Printer.hDC)
Printer.EndDoc ' Start printing
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|