How to Create Cafe Management Systems in Visual Basic.Net - Full Tutorial

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

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

  • @tweightblackfeather9250
    @tweightblackfeather9250 4 หลายเดือนก่อน

    I was stuck on the rtfreceipt part but because of the fact that you still replied in the comments on a video that was posted 7 yrs ago saved my progress.
    Thank you sir.🍻

    • @DJOamen
      @DJOamen  4 หลายเดือนก่อน

      Glad I could help!

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

    Your a good teacher bro.

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

      I appreciate that!

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

    thank you so much, this helps me a lot !

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

      Glad it helped!

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

    Thank you very much dear

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

      Most welcome 😊

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

    thank you!

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

      You're welcome!

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

    While calculating the total i got an error that 'conversion from string "" to type 'double' is not valid
    What should I do?

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

      Use the example below to convert string to double
      Dim p As Double
      p = Convert.ToDouble(txtResult.Text)

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

      @@DJOamen ok

  • @yussufsalad1132
    @yussufsalad1132 4 หลายเดือนก่อน

    how are you connecting to your database sir?

    • @DJOamen
      @DJOamen  4 หลายเดือนก่อน

      Watch this video tutorial:
      How to Create Visual Basic.Net MS Access Database Connection with Save, and Search: th-cam.com/video/MotPPRQndvA/w-d-xo.html

  • @gunarock9740
    @gunarock9740 10 หลายเดือนก่อน

    Sir what is mean by rtfreceipt

    • @DJOamen
      @DJOamen  10 หลายเดือนก่อน +2

      The component used is a RichTextBox, and the Name was then changed to rtfreceipt

    • @gunarock9740
      @gunarock9740 10 หลายเดือนก่อน

      @@DJOamen thank you sir

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

    how to write discount code?

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

      Convert the tax calculation

  • @prathmeshpawar8897
    @prathmeshpawar8897 2 ปีที่แล้ว

    Sir please
    Tell me about the rtfReceipt.clear()
    I am not understand .
    And provide the source code

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

      rtfReceipt is the component called RichTextBox.
      rtfReceipt.clear(), means to delete the data on the object.
      The video tutorial was created Jun 18, 2016, that is a long time ago.

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

      @@DJOamen can I ask where did you get the rtfReceipt? when did you use a richtextbox?