CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2000
    Location
    Washington (state)
    Posts
    125

    [RESOLVED] How to get List Separator (Delimiter)

    Is there a system function that will tell me what the current List Separator (Delimitor) is???

  2. #2
    Join Date
    Feb 2009
    Location
    India
    Posts
    444

    Re: How to get List Separator (Delimiter)

    What list are you talking about?
    «_Superman
    I love work. It gives me something to do between weekends.

    Microsoft MVP (Visual C++)

  3. #3
    Join Date
    Apr 2009
    Location
    Cochin
    Posts
    83

    Exclamation Re: How to get List Separator (Delimiter)

    @ OP

    I Guess you are asking about the "column seperator" in a List View control...

    Please make your question a little bit more specific...
    "I studied everything but never topped. Today, toppers of the world's best universities are my employees"

    -William Henry Gates (Bill Gates)

  4. #4
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    Re: How to get List Separator (Delimiter)

    ::GetLocaleInfo(LOCALE_USER_DEFAULT, LOCALE_SLIST, szBuf, sizeof(szBuf))

  5. #5
    Join Date
    Apr 2000
    Location
    Washington (state)
    Posts
    125

    Re: How to get List Separator (Delimiter)

    Sorry that my title was not specific enough...

    I was looking for a way to retrieve the default delimiter character saved by the OS under Regional and Language Options as the "List Separator" character...

    OReubens reply provided EXACLTY what I was looking for... THANKS!

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