We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

[86] Printing in VB

Last post 09-27-2005 9:43 AM by bakuretsu. 61 replies.
Page 1 of 5 (62 items) 1 2 3 4 5 Next >
Sort Posts: Previous Next
  • 01-01-1999 12:00 AM

    [86] Printing in VB

    This thread is for discussions of Printing in VB.

    • Post Points: 0
  • 06-20-2002 12:59 PM In reply to

    • mileidy
    • Not Ranked
    • Joined on 06-20-2002
    • New Member
    • Points 15

    printing reports from vb

    I am just know learning vb, and I'm  trying to figure out how to print from it. Is there any way I can create a macro that  upon clicking it, it displays  a report with the contents of several variables in another macro?
    Please if anybodycan help me, would you email me at soy_chicalatina@yahoo.com
    Thanks a lot!
    Mileidy
    • Post Points: 0
  • 08-19-2002 8:57 PM In reply to

    • aforcier
    • Not Ranked
    • Joined on 08-19-2002
    • New Member
    • Points 5

    I so want to thank you!

    This post helped me get thru a whole bunch of ____... MSDN Library help did not have the quirk you pointed out. Please accept my sincere thanks. Alan.
    • Post Points: 0
  • 12-02-2002 5:35 PM In reply to

    • msmunns
    • Not Ranked
    • Joined on 12-02-2002
    • New Member
    • Points 5

    Full justification with richtextbox

    Is this possible? I can find no method using help or internet forums, but can't help feeling someone must know how.

    Thanks,
    Mick
    • Post Points: 0
  • 05-08-2003 12:02 PM In reply to

    • davilox
    • Not Ranked
    • Joined on 05-08-2003
    • New Member
    • Points 5

    Thanks a lot!

    I've find out a great site for VB source code!  Thanks a lot!
    • Post Points: 0
  • 06-18-2003 3:10 AM In reply to

    Solve a Problem regarding Printing thru Printer.Pr

    Please tell me how can we print on Dot Matrix Printer using this code "Printer.Print", as i used it but i am not getting proper printout on Dot Matrix Printer while on Ink Jet Printer printout is proper. On Dot Matrix Printer it prints 10-12 characters of each line, it does not print complete line. So please if any one can solve it, please let me know.

    Thanks & Regards
    • Post Points: 0
  • 06-25-2003 8:53 PM In reply to

    Here is a free control can solve the problem

    • Post Points: 0
  • 08-08-2003 5:46 PM In reply to

    Printing HTML/RTF direclty from app

    Hi all,

    I'm having a trouble figuring out how to pass entire documents directly from my app to the printer (i.e., without opening up Word or IE Explorer).  I have a list of rtf and html docs that I would like to print automatically, without forcing the user to open each document in a different app and print from there.  When the user presses "Print" I would like the ability to take each of the pathnames that I have stored and send them to the printer in succession so that it gives the feeling of seamless printing of the entire list of documents.  Does anyone know how I could accomplish such a task? (hopefully something similar to "printer.Paintpicture(loadpicture("name"), Top, Left, Width Height" for images???).  HTML and RTF are the major doc types that I need to be able to print this way.  Any help would be GREATLY appreciated!
    • Post Points: 0
  • 08-18-2003 3:19 AM In reply to

    • Leon
    • Not Ranked
    • Joined on 08-17-2003
    • New Member
    • Points 20
    Hi
    i have the same problem.
    please if u solved the problem contact me.
    my email is:leon@galor.com
    best regards!
    Leon
    • Post Points: 0
  • 08-22-2003 2:37 PM In reply to

    • mgosavi
    • Not Ranked
    • Joined on 08-22-2003
    • New Member
    • Points 5

    Solution for Printing the File

    Did anybody get any solution for this problem> Please let me know I desperatelly want to implement this.
    I want to print a RTF file which will be around 10K and i want to send the entire file directly to the printer.

    Select a file and send it to printer thru' VB Code.

    I would aappreciate if you could help me in this matter.
    myEmailID g_mandar@hotmail.com

    Thanks,
    Mandar
    • Post Points: 0
  • 08-24-2003 2:06 AM In reply to

    • kp
    • Not Ranked
    • Joined on 08-24-2003
    • New Member
    • Points 10

    printing problem

    I have a problem regarding printing in VB. When I use Printer.Print method followed by Printer.Enddoc method to print a line of text, the paper gets ejected after printing that line. The paper should not get ejected after printing a line and printer should wait for next line of text.
    How to solve this problem?Can enyone help me?
    • Post Points: 0
  • 08-28-2003 12:49 PM In reply to

    Printer Options

    Hi,
    I am creating a macro in MS Word to do mailmerge and printing automation.  After mailmerged, the merged document should be send to the printer. In the process of sending to printer, I like the users be able to select of what printer they want the document to be printed.  Please help me on the syntax of printer options.  Thanks.
    • Post Points: 0
  • 09-02-2003 12:19 PM In reply to

    • macbro
    • Not Ranked
    • Joined on 09-02-2003
    • New Member
    • Points 5

    I need this info as well....

    I have this exact problem. If anyone has the solution could you please e-mail it to me.
    macbro2@hotmail.com
    • Post Points: 0
  • 09-09-2003 2:04 AM In reply to

    answer to your question

    hello

    please try to fix the coordinates of the printer by coding it, you can set its current x and y coordinates. Most new printers have drivers to support and automatic reconfigures the coordinates. Try also to code the papertype, paperbin.

    Hope this will help you!

    Good luck
    • Post Points: 0
  • 09-09-2003 2:10 AM In reply to

    print problem


    hello, hope my solution will help you.

    do not put printer.enddoc

    this will end the document if youre printing in printers such as the inkjets and laserjets,

    you can change the properties of this printer by:

    printer.orientation
    printer.paperbin

    by this your printer settings will be change, it is important to understand 1st your printers capabilities

    and features. ;)
    • Post Points: 0
Page 1 of 5 (62 items) 1 2 3 4 5 Next >