CheckedListBox control in vb.net| properties, methods and events| example

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 20

  • @samsal8638
    @samsal8638 6 років тому +1

    Very nice! very helpful. Thank you!

  • @jch450
    @jch450 3 роки тому +1

    Helpful. Thanks. My next question would be how to go get an "array" or list of the the checked items as I want to load the checked items into a database table

  • @rahulmagre6560
    @rahulmagre6560 6 років тому

    Very nice

  • @kumaresha3348
    @kumaresha3348 4 роки тому +1

    Great learning. How to get one form item from checkedlistbox to another form checkedlistbox.

    • @RiteshMagreIT
      @RiteshMagreIT  4 роки тому

      Use form name with control name
      It means
      Form2.chekedlistbox1.items.add(checkedlistbox1.items.selecteditem)

  • @dscnotesbookcart7826
    @dscnotesbookcart7826 6 років тому

    nice

  • @inocul8
    @inocul8 6 років тому

    very good explanation - do you have any other videos explaining about other controls ?

  • @chaouiahmed1444
    @chaouiahmed1444 5 років тому +1

    Thank you, very helpfull video, so how can we put selected items form the chekedlistbox in labels

    • @RiteshMagreIT
      @RiteshMagreIT  5 років тому

      for i=0 to CheckedListBox1.selecteditems.count-1
      Label1.text= Label1.text + CheckedListBox1.selecteditems(i)
      Next

  • @thejavierjking
    @thejavierjking 4 роки тому +1

    how to transfer data from CheckedListBox to Excel in Visual Basic or mark in excel that it is true or false For Login permiso

    • @RiteshMagreIT
      @RiteshMagreIT  4 роки тому +1

      I will make video to solve your query

    • @thejavierjking
      @thejavierjking 4 роки тому

      @@RiteshMagreIT thank you dear friend, I hope not only my consultation but some who need this, Friend apologises my English

  • @PrOHacK4FuN
    @PrOHacK4FuN 5 років тому

    Can make when select in CheckedListBox to show in listbox and like link for download i make some project i need it :/ i dont know how make and when select multi to download links and single download , if can help me will be nice or contact me on discord

  • @TheJyer22
    @TheJyer22 6 років тому

    how to uncked those after? like a clear button to unchecked !

    • @jaydipsinhzala2371
      @jaydipsinhzala2371 5 років тому

      You have to use loop for it and setitemchecked(i,true).....

  • @silvestermrina7365
    @silvestermrina7365 4 роки тому

    How can I connect this to an Access Database?

    • @RiteshMagreIT
      @RiteshMagreIT  4 роки тому

      It's simple watch my video on connecting with access database

    • @silvestermrina7365
      @silvestermrina7365 4 роки тому

      @@RiteshMagreIT Link please.

    • @RiteshMagreIT
      @RiteshMagreIT  4 роки тому

      VB.Net Windows Programming: ua-cam.com/play/PLkw21Ql2wNaGE1PDpx6EX7eVDq6ZoCN70.html