collection

  1. M

    Question Add item to Combobox

    Hello! Currently, I'm working on project, where I would like to use two Windows Forms. First one should be Administrator Form and the second one User form. I would like to know, if it's possible to call String Collection Editor for combobox after button1.click_event in first form, and add...
  2. A

    Customizable container control

    I am trying to build a custom control (dll) that allows me at design-time to add/remove controls (buttons, toggle buttons, labels, dropdowns, comboboxes, radiobuttons, checkboxes, and custom versions of all of these controls) and edit their attributes/properties using a collection editor. The...
  3. V

    Question how can i delete my thread?

    how can i delete my thread? thanks!
  4. H

    Question Apply databinding to inherited control

    I'm trying to modify the listview to have similar databinding behaviour to a datagrid with the added bonus of having the ability to group by a column in the datasource. Below is the code I have developed so far. The only problem is that this code only binds to a datatable. I'd like to be able...
Back
Top