How to Make a Shopping Receipt in VB.NET

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

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

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

    nice video it will help me lot

  • @krishaniathukorala8549
    @krishaniathukorala8549 7 หลายเดือนก่อน

    The video was a big help ❤

  • @Ayatullah_Oluwafemi
    @Ayatullah_Oluwafemi 3 หลายเดือนก่อน

    Thank you very much

  • @RAY-yb3et
    @RAY-yb3et ปีที่แล้ว

    Thanks a lot. This video helps me to solve my many software problems.

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

    Thanks lot sir 😁

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

    Very nice sir

  • @harishkumardevrani3262
    @harishkumardevrani3262 6 หลายเดือนก่อน

    Sir error on this
    e.Graphics.DrawString(DataGridView1.Rows(i).Cells(6).Value * DataGridView1.Rows(0).Cells(7).Value, F4, Brushes.Black, Rect14, Center)

    • @ComfortAreena
      @ComfortAreena  6 หลายเดือนก่อน

      First you wrote Rows(i), than you wrote Rows(0)
      I think problem is here. You should write Rows(i) on both places.
      I Advise you to clear your Concept of "Loops" in VB.Net. Watch Some videos on this topic.

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

    Thanks for the helpful video, but i have question my brother may allah bless you, How can i make the item row resized by the text in the invoice, for example:
    If the (Rect4) for item size is 60
    | Item |
    |Mango|
    If i write text length more than 5 it will cutt like this:
    | Item |
    | strawberry |
    Not like this
    | Straw |
    berry
    I want it to resizing by the words not specific size.
    I hope you understand my point😂

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

      Yes , I got your Point.
      In my opinion, it is better choice to show like this
      |Straw
      berry |
      Because if you increase column widths to show like this | Strawberry |, Next Columns (Qty, Price, Totals) will be affected .
      1 method I have tried, that show only 5 letters and hide the rest like this | Straw |.
      Column width resize may be possible by some method, but it will affect next Columns Widths in the same row And these columns will get a disorder .

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

      @@ComfortAreena No i want it expands vertically not horizontally, I want it when i type long sentences the rectangle expands vertically the name and qty and price all these expands vertically.
      Sorry to bothering you😅
      I hope that you got my point.

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

    Yahi same video A4 size page ke liye banao sir

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

      You can set any paper size as we have explained it in this video.