VB.Net Inventory Management System Source Code ( visual basic .net project with mysql database )

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 74

  • @1BestCsharpblog
    @1BestCsharpblog  4 года назад

    ▶ Get Source Code: 1bestcsharp.blogspot.com/2018/04/vbnet-inventory-system-source-code.html
    ------------------ Check out More VB.Net Projects --------------------
    ▶ Inventory Management System - bit.ly/Vbnet_Inventory_System
    ▶ Students Information System - bit.ly/VbnetStudent_System
    ▶ Contacts Management System - bit.ly/Vbnet_Contacts
    ▶ All My Programming Projects Here - bit.ly/2HrU8hK
    ▶ My Source Code Store Here - bit.ly/2OsC0TU

  • @albashanetql
    @albashanetql 5 лет назад +1

    how to chang for db file visual utf8 because iam writing text arabic not work (???? )

  • @jeancarlouyengco887
    @jeancarlouyengco887 4 года назад

    Please notice me. is it possible to create a vb project with mysql database without any internet connection needed when you create an installer for that project

  • @salehsammani6557
    @salehsammani6557 Год назад

    I am interested in purchasing the VB.NET bundle, can you help me with setup?

  • @karleezdeak9629
    @karleezdeak9629 6 лет назад +1

    As usual, very good project and nothing to say 👍👍👍

  • @shvllom
    @shvllom 4 года назад

    Do you have FB account i am interested??? could you replace it for Sales and Inventory for Meat Products , just reply to the email

  • @albashanetql
    @albashanetql 5 лет назад

    thank you iam testing but i have questions i have visual 2010 and server php mysql i can to run without problem

  • @markreyes4571
    @markreyes4571 6 лет назад +1

    i am new here and i want to ask how can i connect the xampp mysql in visual studio 2012 is there a tuitorial pls help me

    • @markreyes4571
      @markreyes4571 6 лет назад

      i already purchase the project and i did import the invetory_db.sql but the problem is "MySqlException was unhandled"

    • @1BestCsharpblog
      @1BestCsharpblog  6 лет назад

      open xampp and start apache & mysql and create the database "invetory_db" using "invetory_db.sql" script

  • @salehsammani6557
    @salehsammani6557 Год назад

    Can you help with setup after purchasing?

    • @1BestCsharpblog
      @1BestCsharpblog  Год назад

      watch the setup video - ruclips.net/video/TvTN1Dpwk8w/видео.html

  • @Silver-nm2if
    @Silver-nm2if 5 лет назад

    how do you deploy ??
    i used mysql workbench, how do i deploy my app so that other computer can use it. does it even work offline? sorry im new to vb.net and mysql

    • @myko2543
      @myko2543 3 года назад

      do u still have the project sir

  • @chestertech27
    @chestertech27 6 лет назад

    Good Day sir! Can I have a clue when you double click on the category a new form will show up with all products data in the category. Thanks a lot God bless you..

    • @1BestCsharpblog
      @1BestCsharpblog  6 лет назад

      and what's the question ?

    • @chestertech27
      @chestertech27 6 лет назад

      how did you make display the category list when you click the specific product name like for instance computer and then all the list are drop down in form. :) Thank you..

    • @JonathanIsmaila
      @JonathanIsmaila 6 лет назад

      You could use
      Dim MyConn as SqlConnection (.....your connection string here...)
      Dim Query as String =Select * from Categories where CategoryName = @CatName
      Dim CmdCategory as New SqlCommand (Query, MyConn)
      CmdCategory.Parameters.Add("@CatName",SqlDbType.VarChar).Value=Listbox1.text
      Dim da as New SqlDataAdapter(cmd)
      Dim ds as Dataset
      da.fill(ds.tables(0))
      DataGridView1.DataSource=ds.tables(0)
      Note: I assume you click a listbox which you already fulled with the category names. And you have a datagrid on your form which you want to display the data in.

    • @myko2543
      @myko2543 3 года назад

      @@JonathanIsmaila can u teach me sir

  • @ligialigia7273
    @ligialigia7273 3 года назад

    hi, can you an app with payment method ? thank you

  • @salehsammani6557
    @salehsammani6557 Год назад

    Do you prefer PayPal payment or Ideal is ok with you?

  • @joannacarlallanillo1960
    @joannacarlallanillo1960 5 лет назад

    Hi, there is no download button in the link provided Can you give me the source code please? Just need as reference for our thesis, thank you!

    • @1BestCsharpblog
      @1BestCsharpblog  5 лет назад +2

      1bestcsharp.blogspot.com/2018/04/vbnet-inventory-system-source-code.html

    • @joannacarlallanillo1960
      @joannacarlallanillo1960 5 лет назад

      @@1BestCsharpblog hi, it is not free anymore? Thank you.

  • @hedihedi4064
    @hedihedi4064 3 года назад

    Hi, I bought this system from you, but there are some mistakes, even though I brought the database.

  • @jerrylucas6526
    @jerrylucas6526 6 лет назад

    can you make a sample project with report viewer?

  • @nieljeffersonverdon9511
    @nieljeffersonverdon9511 6 лет назад +2

    How to subtract the quantity of database? Thanks for the help :))

  • @hoobalmedia4396
    @hoobalmedia4396 6 лет назад +1

    why it is not freee

  • @jayaramr8580
    @jayaramr8580 5 лет назад

    how to creater software and dowalond and explain

  • @muhammadshafiq9118
    @muhammadshafiq9118 5 лет назад

    Hi sir, I've seen the code and how you make the calculation ? I cant find

  • @adrian6194
    @adrian6194 6 лет назад

    This project will make it step by step too?

  • @farmcaisegefar1490
    @farmcaisegefar1490 4 года назад

    Thank you sooooooooo much sir you deserve my views my sub my like THANK YOUUUUUUU

  • @arsalaanshaikh3079
    @arsalaanshaikh3079 5 лет назад

    Sir, how did you close the start page (i.e. login page) and open second page ?
    When I try to close the first page and open second page the application stops.
    Please help me with this.

    • @alexanderklimov7545
      @alexanderklimov7545 5 лет назад

      In the Project properties you may choose Main form for your application. Choose form with table as main form, and in this form Form_Load event call Login form

  • @ianpatrickpornasdoro3462
    @ianpatrickpornasdoro3462 6 лет назад

    Do you have attendance system? Thanks

  • @DjsTech
    @DjsTech 6 лет назад

    i need Student info project how to buy ?

    • @DjsTech
      @DjsTech 6 лет назад

      Problem with my Card
      My card is Rupay Debit card

  • @suberrath8787
    @suberrath8787 3 года назад +1

    So you will start to charge for the source code ???
    stupidity

    • @1BestCsharpblog
      @1BestCsharpblog  3 года назад

      yes, i spent time creating it and you want it for free??

  • @itimilucky4124
    @itimilucky4124 5 лет назад

    Sir can you please provide me the full tutorial and the source codes

    • @1BestCsharpblog
      @1BestCsharpblog  5 лет назад

      you can find the source code link in the video description

  • @vickneshg1053
    @vickneshg1053 6 лет назад +2

    Masss project

  • @geyanchi
    @geyanchi 5 лет назад

    i need this project

  • @jvpacadaljen2630
    @jvpacadaljen2630 6 лет назад +1

    tnx to help sir...

  • @firozrentiya3804
    @firozrentiya3804 5 лет назад

    Post source code and project

  • @Exodus000191
    @Exodus000191 5 лет назад +1

    LOL you want 15 dollars to see the source code. Hahahahahahaha

    • @1BestCsharpblog
      @1BestCsharpblog  5 лет назад

      1 - $15 to get the full project source code
      2 - you want the source code for free. Hahahahahahaha

    • @Exodus000191
      @Exodus000191 5 лет назад

      @@1BestCsharpblog plenty of free resources on github and stackoverflow ;)

    • @1BestCsharpblog
      @1BestCsharpblog  5 лет назад

      yes plenty of "resources" not full projects source code ;)

  • @dhruvparmar9915
    @dhruvparmar9915 3 года назад

    nai bolta

  • @EthioThew
    @EthioThew 5 лет назад

    Can you speak?