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

Search:

Type: Posts; User: Erendar

Search: Search took 0.05 seconds.

  1. Replies
    6
    Views
    18,449

    Re: filling a combobox with countries

    public List<string> GetCountryList()
    {
    List<string> cultureList = new List<string>();
    CultureInfo[] cultures = CultureInfo.GetCultures(CultureTypes.AllCultures &...
  2. Replies
    6
    Views
    18,449

    Re: filling a combobox with countries

    Using Visual Studio 2010 with .Net Framework 4 it compiles for me
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured