Results 1 to 3 of 3

Thread: sending text from a textbox to printer ...

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Posts
    18
    Hi there..

    How Do I send the text from a textbox to the default printer ?

    Thanx 4 ur time..

    Hemang

  2. #2
    Addicted Member
    Join Date
    Mar 2000
    Location
    Netherlands
    Posts
    128
    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

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Posts
    18


    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
  •  



Click Here to Expand Forum to Full Width