Printing VB.NET (Part 2 - Staying in the Margins)

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

ความคิดเห็น • 40

  • @jtlunsford780
    @jtlunsford780 8 หลายเดือนก่อน +1

    Ok, Hero (still my hero from lesson one)...I've come back to this vid again to make more notes. I had a problem with printing; the bottom line of one page would print on the top line of the next page too. And, I would sometimes have a blank page at the end of the print session. I've added PageSetupDialog and my code looks like a monkey wrote it (except what I've gleaned from you), but everything appears to be working as it should now. Someday, when I have more expertise, I'll make it better. My text editor seems to work great at the moment, but are we ever through with a project, I think not. I appreciate the voice clarity, your explanations and your knowledge. Thanks so much for increasing my knowledge base...JT

  • @ahmednasser5249
    @ahmednasser5249 4 ปีที่แล้ว +1

    How to get landscape form in print document in c# and thanks for your support

  • @salwahamim531
    @salwahamim531 ปีที่แล้ว

    I am printing data from the database using DataGridView but when previewing the paper is in portrait mode and some of the columns are not fit in the print preview, how can I change the paper mode in print from portrait to landscape?

  • @marlonrubio3728
    @marlonrubio3728 9 ปีที่แล้ว +1

    I have a vb.net binding source program and connected to ms access database...And i want to print my data....do you have a tutorial that prints a one to many relationship data?....plss help me......tnx...

  • @dharmendrasoni1676
    @dharmendrasoni1676 5 ปีที่แล้ว +1

    how to print multipage printdocument in vb.net?
    please help

  • @PankajKumar-yi4sn
    @PankajKumar-yi4sn 3 ปีที่แล้ว

    Thanks a lot for uploading such type of videos. I have implemented in our project but. I am having problem. When I take print out physical copy it will print only Last Page. How can I Solve this issues.

  • @davemilliken
    @davemilliken 10 ปีที่แล้ว +2

    Brilliant video, very clearly explained.

  • @ChrisWaters_YouTube
    @ChrisWaters_YouTube ปีที่แล้ว

    This has been very helpful in understanding printing but I could not get my head round why there were some lines which overlapped the margin. Whilst playing I realised an error. After creating the strMeasure with the words to be used (inner loop) strMeasure is added to lstLinesToPrint then strMeasure is set to nothing which is the error. It should be set to the current word which took the measure over the limit in the previous test (and therefore has not been used yet) so it should strMeasure = strWords(count) + " ". This means the test not longer needs the sfBuffer string in the test. This therefore means the more complicated character process is unnecessary. Hope this helps.

  • @flscemoi
    @flscemoi 6 ปีที่แล้ว +2

    These codes do everything right but it only print the last page.

  • @robertvernon2186
    @robertvernon2186 3 ปีที่แล้ว

    Hi All. I want to increase the distance between the printed lines. I have went over all the code very carefully, and haven't found what I'm looking for. Please help? Thanks

  • @esranursergici5230
    @esranursergici5230 8 ปีที่แล้ว +1

    Great video.. how can i print a chart?

  • @navzgustav3651
    @navzgustav3651 11 ปีที่แล้ว +1

    am new in programming....can u do a video on crystal reports and mysql db.if u dont mind

  • @rolandotanawan1305
    @rolandotanawan1305 6 ปีที่แล้ว +1

    only the last page send to printer, any help?

  • @temmyseun1646
    @temmyseun1646 9 ปีที่แล้ว +1

    how can i add logo to the print document?

  • @franciscoquintanaibarra1474
    @franciscoquintanaibarra1474 9 ปีที่แล้ว +1

    in my database i want print tables when i print the report

  • @mr.g-crown1092
    @mr.g-crown1092 7 ปีที่แล้ว +1

    HELLO :D
    How to create the print form from payroll system?

  • @ronancates350
    @ronancates350 5 ปีที่แล้ว +2

    I think the material is great and the presenter has a pleasant voice. Having said that, the speed of this video and the previous video makes this very difficult to follow. I have a Masters in Computer Science and it took me a few spins through it. Secondly, although a small detail, as she incorrectly stated on the first video the definition of recursive. She needs to go take a course on that because she got that wrong. A recursive program is a program that calls itself over and over and then has to undo the calls...

  • @MrMorani123
    @MrMorani123 11 ปีที่แล้ว +1

    Hi nice tutorial very informative. Can you kindly upload a video code to print information stored in ms access tables using VS2010? .Thanks

  • @raffy5780
    @raffy5780 8 ปีที่แล้ว

    how to print datagridview in vb.net? i dont know how to do it. can you help me?please

  • @mozgotron12
    @mozgotron12 4 ปีที่แล้ว

    Excellent result.

  • @ronaldchattler6413
    @ronaldchattler6413 7 ปีที่แล้ว +1

    Great video. Thanks.

  • @stephanerichard3979
    @stephanerichard3979 9 ปีที่แล้ว +1

    Yeah cool video, concise, clear, and of good quality. :)

  • @barbarauric5326
    @barbarauric5326 10 ปีที่แล้ว

    What I must do to this cod so my program može podržavati slova č,ć,đ,ž,š ...

  • @alistermunro7090
    @alistermunro7090 5 ปีที่แล้ว +1

    Subscribed, just for the accent!

  • @cjdalo
    @cjdalo 9 ปีที่แล้ว +1

    Great video, nice and clear. Just a note though, I've never hear integer pronounced "inteeger" only as "intiger"

    • @ElevateCode
      @ElevateCode  9 ปีที่แล้ว +1

      Christopher D'Alo Hah, I never noticed in editing...I kind of stumbled over that word when reading the script. You're right about the pronunciation. "Inteeger" is incorrect.

  • @barbarauric5326
    @barbarauric5326 10 ปีที่แล้ว +1

    Sorry my Eng. is not so good, I ment to ask:
    What I must do to this cod so my program, can support letters č, ć,đ,š,ž...

    • @AlexandreRicardoMaske
      @AlexandreRicardoMaske 4 ปีที่แล้ว

      Hello, change the codification of your text file to Unicode before saving it. Do that, test e you'll see de characters all there.

  • @bron-cr
    @bron-cr 5 ปีที่แล้ว

    Thank you very much

  • @LocosSangre
    @LocosSangre 8 ปีที่แล้ว +1

    mine is still overlapping tsk =/

  • @LefftyJuarez
    @LefftyJuarez 9 ปีที่แล้ว +1

    how to print PDF?

    • @liquarles
      @liquarles 8 ปีที่แล้ว +2

      +Leffty Juarez
      You can get PDF output by choosing a PDF driver for your printer. For example CutePDFWriter has a free driver you can use or if you have Windows 10 you have the MicrosoftPrint to PDF Driver available.

  • @colormaker5070
    @colormaker5070 5 ปีที่แล้ว +1

    I thought Siri has a beautiful voice then I heard yours. I thought at first this was a text to voice speach but not sure.

  • @franciscoquintanaibarra1474
    @franciscoquintanaibarra1474 9 ปีที่แล้ว +1

    hello! everybody friends! , how i can print tables with this tool please help me friend :)

  • @ivoguitar100
    @ivoguitar100 7 ปีที่แล้ว +1

    muito bom gostei

  • @lxgrey07
    @lxgrey07 8 ปีที่แล้ว +1

    OMG

  • @tifa621
    @tifa621 7 ปีที่แล้ว +1

    can i just have the code? us i didn't understand anything cus u sooo fast about what u are doing in there

  • @marlonrubio3728
    @marlonrubio3728 9 ปีที่แล้ว +1

    I have a vb.net binding source program and connected to ms access database...And i want to print my data....do you have a tutorial that prints a one to many relationship data?....plss help me......tnx...