Search in listview using textbox without database in VB. net

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

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

  • @raphsanchez95
    @raphsanchez95 2 года назад +1

    Hi, I'm doing an experiment on a lottary table which contains a "date" (column1) the "wheel" (column 2) and the other 5 columns with numbers, which would be the draws. I can't search for 5 numbers chosen by me in no particular order. For example:
    The numbers to look for are:
    22 34 67 87 90, in the search if there is such an extraction, it finds it only in order or in sequence as I write it, while my goal would be that the 5 numbers can be found even if in different positions, for example 22 not as first extract but second or third, fourth and finally fifth, so for all the others, since the combinations are different and the numbers can come out on different columns. How to do?

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

    how about with database acess?

  • @wuba_monsterhunt
    @wuba_monsterhunt 2 месяца назад

    how oabout Datagridview?