Video není dostupné.
Omlouváme se.

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

Sdílet
Vložit
  • čas přidán 17. 06. 2016
  • How to Create Café Management Systems in Visual Basic. Net using the following objects Panels, Labels, Textbox, Button, RichTextBox with traditional programming language
    To support more videos from DJ Oamen, visit POamen Paypal
    www.paypal.me/POamen
    To Become a Channel member click on the link below to JOIN:
    / @djoamen

Komentáře • 29

  • @tweightblackfeather9250
    @tweightblackfeather9250 Před měsícem

    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  Před měsícem

      Glad I could help!

  • @itsjoever414
    @itsjoever414 Před 3 lety +1

    thank you so much, this helps me a lot !

  • @destinationcrypto2023
    @destinationcrypto2023 Před 3 lety +1

    Your a good teacher bro.

  • @senthilkumar1963
    @senthilkumar1963 Před 2 lety +1

    Thank you very much dear

  • @Rxtyel-lu6gz
    @Rxtyel-lu6gz Před 3 měsíci

    thank you!

  • @ayeshaasha6317
    @ayeshaasha6317 Před 4 lety

    how to write discount code?

    • @DJOamen
      @DJOamen  Před 4 lety

      Convert the tax calculation

  • @yoongs576
    @yoongs576 Před rokem

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

    • @DJOamen
      @DJOamen  Před rokem

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

    • @yoongs576
      @yoongs576 Před rokem

      @@DJOamen ok

  • @yussufsalad1132
    @yussufsalad1132 Před 19 dny

    how are you connecting to your database sir?

    • @DJOamen
      @DJOamen  Před 19 dny

      Watch this video tutorial:
      How to Create Visual Basic.Net MS Access Database Connection with Save, and Search: czcams.com/video/MotPPRQndvA/video.html

  • @gunarock9740
    @gunarock9740 Před 6 měsíci

    Sir what is mean by rtfreceipt

    • @DJOamen
      @DJOamen  Před 6 měsíci +2

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

    • @gunarock9740
      @gunarock9740 Před 6 měsíci

      @@DJOamen thank you sir

  • @prathmeshpawar8897
    @prathmeshpawar8897 Před 2 lety

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

    • @DJOamen
      @DJOamen  Před 2 lety +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 Před rokem +1

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