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

Search:

Type: Posts; User: thef1chesser

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    901

    Re: Reading PDF files

    check out:
    http://jadn.co.uk/w/ReadPdfUsingCsharp.htm

    or check the msdn forum about it:
    http://social.msdn.microsoft.com/Forums/en-US/xmlandnetfx/thread/4a9fb479-b48e-4366-ad39-02b2dac674f5/
  2. Replies
    6
    Views
    18,382

    Re: filling a combobox with countries

    thnx it now works :D

    since it was an ugly way I like to do those as short as possible.



    if (!culture.CultureTypes.ToString().Contains("NeutralCultures"))
  3. Replies
    6
    Views
    18,382

    Re: filling a combobox with countries

    wait I have to do a small correction.

    it compiles here as well.

    it is on a form which opens when i press a button on another form.
    when opening the form it crashes.

    I also use MS VS 2010...
  4. Replies
    6
    Views
    18,382

    Re: filling a combobox with countries

    Sorry forgot the tags...
    as I can't change post I'll repost this for better reading.

    I need to fill a combobox with countries.

    For this I have the following code:



    // fill...
  5. Replies
    6
    Views
    18,382

    filling a combobox with countries

    I need to fill a combobox with countries.

    For this I have the following code:

    // fill country combobox with countries
    public List<string> GetCountryList()
    {
    ...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured