Results 1 to 4 of 4

Thread: Print a form

  1. #1

    Thread Starter
    Hyperactive Member Steve Stunning's Avatar
    Join Date
    Jul 1999
    Location
    Fairfax, Virginia
    Posts
    314

    Question

    Knowledge:

    All I know about printing is this
    Printer.Print Text1.Text
    Printer.EndDoc

    Condition:

    I have a form with a tab control. The tab is like an index card and has a persons address, phone numbers and photo.

    Question:

    How can I print out the tab with all the stuff inside it exactly where it is at?

    Thank you for reading this.
    Steve Stunning

  2. #2
    Addicted Member CoMMiE's Avatar
    Join Date
    Jul 2000
    Location
    Malaysia, Kuala Lumpur
    Posts
    179
    Hi Steve Stunning
    Try this webpage http://members.aol.com/VBOLUG/pobject.htm#Multiline

    it has all the resources about printing in vb

    Hope it helps

  3. #3
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    If you want to print the whole form (includes controls) just use the oh-so-simple:
    Code:
    'Could be much harder huh? :)
    Me.PrintForm
    Is that what you want?
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  4. #4

    Thread Starter
    Hyperactive Member Steve Stunning's Avatar
    Join Date
    Jul 1999
    Location
    Fairfax, Virginia
    Posts
    314
    JOP

    That worked just fine.. Thanks a BUNCH!!!


    CoMMiE

    Thanks for the link. I will check it out so I can learn more
    Steve Stunning

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