Search results for query: *

  1. Q

    How can I combine checkbox and comobox behavior in VB.nET

    Please note that I had mentioned "one or more" choices in my statement " Idea is to give the user multiple choice in a combo box and then he can select one of more choices." Current Behavior of combo box only lets a single selection. I wanted a checkbox with combobox so I could achieve the...
  2. Q

    How can I combine checkbox and comobox behavior in VB.nET

    Help : combobox with checkboxes I started creating the stuff together. I am now inheriting the editingControl from checkedListBox, and inheriting the custom cell from DataGridViewComboBox cell. The issue is that when the form comes up, the cell has the combobox property, but when edited, the...
  3. Q

    How can I combine checkbox and comobox behavior in VB.nET

    thanks for the help Thanks , this will take me a long way in working on my datagridview control.
  4. Q

    How can I combine checkbox and comobox behavior in VB.nET

    Hi all, I want to have checkbox as well as combobox as one of the column type in my datagridview. There are a lot of 3rd party software available to emulate for this kind of behavior. I want a similar behavior. Idea is to give the user multiple choice in a combo box and then he can select...
  5. Q

    Progamtically adding rows into datagridview

    am new to vb.net programming and have the following question. I am getting data from database into 3 separate listbox. These controls are basically getting populated from separate sql queries. I want the user to double click on one item per listbox, so that the item automatically populates a...
Back
Top