Click here to Skip to main content
15,914,408 members
Home / Discussions / C#
   

C#

 
AnswerRe: Parsing HTML of some website using C Sharp. Pin
BobJanova15-Jun-11 0:29
BobJanova15-Jun-11 0:29 
AnswerRe: Parsing HTML of some website using C Sharp. Pin
GenJerDan15-Jun-11 3:59
GenJerDan15-Jun-11 3:59 
QuestionCall Web Service Without Reference? Pin
Kevin Marois14-Jun-11 12:02
professionalKevin Marois14-Jun-11 12:02 
AnswerRe: Call Web Service Without Reference? Pin
Kevin Marois14-Jun-11 13:13
professionalKevin Marois14-Jun-11 13:13 
AnswerRe: Call Web Service Without Reference? Pin
PIEBALDconsult14-Jun-11 14:11
mvePIEBALDconsult14-Jun-11 14:11 
QuestionHow to learn Web Based Apps? Pin
Software200714-Jun-11 5:44
Software200714-Jun-11 5:44 
AnswerRe: How to learn Web Based Apps? Pin
#realJSOP14-Jun-11 7:19
professional#realJSOP14-Jun-11 7:19 
GeneralRe: How to learn Web Based Apps? Pin
Software200714-Jun-11 8:07
Software200714-Jun-11 8:07 
GeneralRe: How to learn Web Based Apps? Pin
l a u r e n14-Jun-11 8:59
l a u r e n14-Jun-11 8:59 
GeneralRe: How to learn Web Based Apps? Pin
Roger Wright14-Jun-11 21:27
professionalRoger Wright14-Jun-11 21:27 
GeneralRe: How to learn Web Based Apps? Pin
Mark Salsbery17-Jun-11 10:38
Mark Salsbery17-Jun-11 10:38 
GeneralRe: How to learn Web Based Apps? Pin
#realJSOP18-Jun-11 1:08
professional#realJSOP18-Jun-11 1:08 
AnswerRe: How to learn Web Based Apps? Pin
Lutosław14-Jun-11 21:47
Lutosław14-Jun-11 21:47 
GeneralRe: How to learn Web Based Apps? Pin
Software200715-Jun-11 10:28
Software200715-Jun-11 10:28 
GeneralRe: How to learn Web Based Apps? Pin
Lutosław15-Jun-11 12:16
Lutosław15-Jun-11 12:16 
QuestionHow to retrieve single row from datatable? Pin
SRKSHOME14-Jun-11 3:47
SRKSHOME14-Jun-11 3:47 
AnswerRe: How to retrieve single row from datatable? Pin
Blue_Boy14-Jun-11 3:58
Blue_Boy14-Jun-11 3:58 
QuestionSplit string with Regex Pin
Ronald de Boer13-Jun-11 17:37
Ronald de Boer13-Jun-11 17:37 
AnswerRe: Split string with Regex Pin
PIEBALDconsult13-Jun-11 18:24
mvePIEBALDconsult13-Jun-11 18:24 
AnswerRe: Split string with Regex Pin
Richard MacCutchan13-Jun-11 21:50
mveRichard MacCutchan13-Jun-11 21:50 
AnswerRe: Split string with Regex Pin
RakeshMeena13-Jun-11 23:15
RakeshMeena13-Jun-11 23:15 
AnswerRe: Split string with Regex Pin
anishkannan14-Jun-11 1:01
anishkannan14-Jun-11 1:01 
AnswerRe: Split string with Regex Pin
#realJSOP14-Jun-11 7:27
professional#realJSOP14-Jun-11 7:27 
AnswerRe: Split string with Regex [modified] Pin
Lutosław14-Jun-11 21:25
Lutosław14-Jun-11 21:25 
QuestionHow to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy13-Jun-11 13:30
MrSmoofy13-Jun-11 13:30 
In Windows 7 if you go to the Control Panel and then to Region and Language and then to the Locaton Tab there is a dropdown of the locations (countries).

How can I get this list via C#/.NET or even a WINAPI call.

I know about GetCultures and the Telephony registry entries and that I could create a table based off the ISO specification.

GetCultures doesn't return all the countries like Cuba.
Telephony Registry entries are phone country codes so the list is not correct for just countries.

Windows must have this list somewhere since they are using it in the Location Tab.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.