Search results for query: *

  1. I

    Sound

    Is it possible to play a sound in VB.Net ? And how do you do that ? Thx
  2. I

    Search filter

    Ok, Paszt is right ;) Here is the code that works with searching afther a date :) Private Sub cmdOk_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdOk.Click 'MsgBox("Je hebt het nummer: " & txtzoek.Text & ".") objrow...
  3. I

    Search filter

    kay but how can i make it work in my search filter for search records on date, the date will be given in like this: dd/mm/yyyy I'm trying a new code and it works if i search on the id but still not on date :( Private Sub cmdOk_Click(ByVal sender As System.Object, ByVal e As...
  4. I

    Search filter

    Hello, i'm trying to make a searchfilter where i can search records on the date i give in the textbox. What is the best way to do this? I've tried somethings but nothing works very well. Private Sub cmdSearch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) _ Handles...
Back
Top