Results 1 to 5 of 5

Thread: Printing Text

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2002
    Location
    midewest u.s.
    Posts
    275

    Printing Text

    I have to pull data out of the database, and display it in different text boxes then format it a certain way and print it out on paper.

    I have to make it print like this


    Date Title City
    Time




    Name: (name) Program: (program)
    SSN: (ssn) Start: (start date)
    Address: (address) LDA: (date)
    : (city) (state) (zip)


    then I need to print a list of that users payments, reports, prices, and balance. I dont know how to combine all of the different text boxes together in this certain format and print them without the user doing it.


    Thanks in advance
    Last edited by Tool; Nov 19th, 2002 at 11:27 AM.

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    this will give you lots of ideas about printing in VB.NET.

    printing tutorial

    hope this helps!

  3. #3
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Originally posted by pirate
    this will give you lots of ideas about printing in VB.NET.

    printing tutorial

    hope this helps!
    That is VB6 code though, here is some info in .NEt fashion.

    http://www.vbforums.com/showthread.p...light=printing

    http://www.vbforums.com/showthread.p...light=printing

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    then ,sorry for that.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2002
    Location
    midewest u.s.
    Posts
    275
    Thank you both for the links I finally got it figured out. Thanks again and good luck

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