Results 1 to 3 of 3

Thread: [RESOLVED] a button to print a textbox?

  1. #1

    Thread Starter
    Banned
    Join Date
    Mar 2006
    Posts
    7

    Resolved [RESOLVED] a button to print a textbox?

    can i make a button that will print only the textbox?
    thanks all
    xtreme
    Last edited by Hack; Mar 15th, 2006 at 07:03 AM. Reason: Added green "resolved" checkmark

  2. #2
    Fanatic Member paralinx's Avatar
    Join Date
    Jun 2005
    Location
    Michigan
    Posts
    987

    Re: a button to print a textbox?

    To print the contents of the textbox?

    VB Code:
    1. Private Sub Command1_Click()
    2. Printer.Print Text1.Text
    3. Printer.EndDoc
    4. End Sub

  3. #3

    Thread Starter
    Banned
    Join Date
    Mar 2006
    Posts
    7

    Re: a button to print a textbox?

    thankyou

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