CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2009
    Posts
    1

    Blank Combo Boxes

    Hi all, just started learning C# not to long ago and have been able to find most of my answers through google however there is one I'm a bit stumped on.

    I have a set of combobox's that contain a list of times. Now I want to be able to leave one of the combobox's blank and use the data from the previous box I'm just unsure of how I would go about doing this.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Blank Combo Boxes

    So you want to add selection(s) made from other comboboxes, to the empty one ¿

    You should look into the Items.Add method, and look into the SelectedIndex and SelectedItem properties.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured