Search results for query: *

  1. M

    changing the selected item in a listbox

    Your the man! That worked exactly as I had hoped. Thanks so much for your help. Take care
  2. M

    changing the selected item in a listbox

    This being my first database project, I elected to create the data adapter, oledbConnection, and dataset through the DATA tab in the toolbox. As a result, this is all the code I have to fill the listbox. '— Clear the current data in the dataset Me.DsAircraft.Clear() '— Fill the...
  3. M

    changing the selected item in a listbox

    I am writing a basic database program and I find myself stuck on something fairly simple. I can't figure out how to change which item in my listbox is selected through code. During runtime, the user can simply click the last item in the listbox, but I need to select that last item during design...
Back
Top