CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: pierrewhy

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    994

    Re: First items in Listbox C#

    That's work fine, was still hoping to find a way to do it within the list box without changing the table.
  2. Replies
    4
    Views
    994

    [RESOLVED] First items in Listbox C#

    I have a listbox of countries populated from a datasource and sorted by country name.
    I would like to have my two mostly used countries, the "US" and "Canada" at the top of the list.
    Is there an...
  3. Replies
    1
    Views
    716

    Datagridviewcombobox selected items.

    I have a datagridview with four comboboxes.
    If I pick the wrong item within a combobox, I have to leave the combobox and return to it to pick the proper item. Otherwise it keeps the first item...
  4. Re: DataGridViewComboBoxColumn problem.

    I had it wrong from start.
    This version works better.




    //City ComboBox
    comboboxCity.DataPropertyName = "city_id";
    comboboxCity.DropDownWidth = 90;
    ...
  5. [RESOLVED] DataGridViewComboBoxColumn problem.

    I have a datagridview containing a datagridviewcombobox.
    The combobox has a dataset containing city_name and city_id.
    When I select a new city_name in the combobox I would like to return the...
  6. Replies
    6
    Views
    6,636

    Reverse Scrollbar

    Is it possible to have an horizontal scrollbar act as a vertical scrollbar.
    I have a panel with a HScrollbar at the bottom of it.
    I would like to slide the scrollbar from left to right and have the...
  7. Replies
    2
    Views
    3,289

    Disabled days in Date Time Picker.

    Is it possible to have the Date Time Picker disabled specific days within the calendar?
    I want my users to be able to select only a set of specific dates for their scheduling.
    I don't want them...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured