|
-
Mar 26th, 2000, 11:57 PM
#1
Thread Starter
Junior Member
Hi there..
How Do I send the text from a textbox to the default printer ?
Thanx 4 ur time..
Hemang
-
Mar 27th, 2000, 01:21 AM
#2
Addicted Member
Try this
Printer.Font.Name = "Arial"
Printer.Font.Size = 14
Printer.Font.Italic = True
Printer.Print Text1.Text, Tab; Text2.Text
Printer.Print Text2.Text, Text1.Text
Printer.EndDoc
Asterix
-
Mar 27th, 2000, 04:01 AM
#3
Thread Starter
Junior Member
Thanx a lot..
Worked like a charm...
Appreciate it..
Hemang
------------------
Try this
Printer.Font.Name = "Arial"
Printer.Font.Size = 14
Printer.Font.Italic = True
Printer.Print Text1.Text, Tab; Text2.Text
Printer.Print Text2.Text, Text1.Text
Printer.EndDoc
Asterix
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
|