Search results for query: *

  1. U

    Question Programatically select ITEM in LISTBOX if it CONTAINS text from a textbox

    I've tried that but no success. It could be my fault though.. Maybe I put it in the wrong place.. Private Sub btnInschrijvingAdd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnInschrijvingAdd.Click '**************************** '* Voeg Cursus...
  2. U

    Question Programatically select ITEM in LISTBOX if it CONTAINS text from a textbox

    Hi, I'm new to this forum, so please don't flame me if I post anything wrong.. I'm somewhat a "noob" at coding, but I try to learn..! (not just copy paste/leech/...) My problem: Can I let my program select an item in a listbox based on a string (f.e. textbox.text)? So basicly, if an item in...
Back
Top