Search results for query: *

  • Users: kernel843
  • Content: Threads
  • Order by date
  1. K

    Question Using ComboBoxes in a DataGridView

    Hi All, I've got a DataGridView with six columns. Three of these columns are actually comboboxes (i.e. each row in the datagridview is a combobox) aka DataGridViewComboBoxColumn. I have successfully populated each combobox with the collection I want from a dataset. On form load, I want to...
  2. K

    event for tab or radio button change

    Hi All, I'm a relative noob when it comes to VB.NET and need some help. I've gone through all the list of events and tried the ones that looked like they make sense, but I can't figure this out. I've got a windows form with multiple tabs using TabControl. If a particular tab is clicked I'd...
Back
Top