Click here to Skip to main content
15,913,773 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
PIEBALDconsult13-Jun-11 15:02
mvePIEBALDconsult13-Jun-11 15:02 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 1:25
MrSmoofy14-Jun-11 1:25 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
OriginalGriff13-Jun-11 23:49
mveOriginalGriff13-Jun-11 23:49 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 1:26
MrSmoofy14-Jun-11 1:26 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Eddy Vluggen14-Jun-11 0:14
professionalEddy Vluggen14-Jun-11 0:14 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 1:32
MrSmoofy14-Jun-11 1:32 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Eddy Vluggen14-Jun-11 1:44
professionalEddy Vluggen14-Jun-11 1:44 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 2:09
MrSmoofy14-Jun-11 2:09 
Interesting. My appologies on that one as I didn't see it when I looked.

There are still others on the list that are not countries I guess I will just have to filter them out.

Appears there is an issue on 64bit machines.

string keyPath = @"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\";
RegistryKey countryKey = Registry.LocalMachine.OpenSubKey(keyPath);

countryKey = null

According to Process Monitor it's trying to access the following key which doesn't exist.

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Telephony\Country List

Also I have found that Servers usually don't have a modem so this registry key doesn't exist.
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Eddy Vluggen14-Jun-11 2:35
professionalEddy Vluggen14-Jun-11 2:35 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 2:38
MrSmoofy14-Jun-11 2:38 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
PIEBALDconsult14-Jun-11 2:47
mvePIEBALDconsult14-Jun-11 2:47 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 3:04
MrSmoofy14-Jun-11 3:04 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
PIEBALDconsult14-Jun-11 3:06
mvePIEBALDconsult14-Jun-11 3:06 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 3:07
MrSmoofy14-Jun-11 3:07 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
PIEBALDconsult14-Jun-11 3:11
mvePIEBALDconsult14-Jun-11 3:11 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 3:13
MrSmoofy14-Jun-11 3:13 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
PIEBALDconsult14-Jun-11 3:19
mvePIEBALDconsult14-Jun-11 3:19 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Eddy Vluggen14-Jun-11 3:10
professionalEddy Vluggen14-Jun-11 3:10 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 3:12
MrSmoofy14-Jun-11 3:12 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Eddy Vluggen14-Jun-11 3:20
professionalEddy Vluggen14-Jun-11 3:20 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Eddy Vluggen14-Jun-11 2:50
professionalEddy Vluggen14-Jun-11 2:50 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy14-Jun-11 3:05
MrSmoofy14-Jun-11 3:05 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Eddy Vluggen14-Jun-11 3:18
professionalEddy Vluggen14-Jun-11 3:18 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
jschell14-Jun-11 8:20
jschell14-Jun-11 8:20 
GeneralRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Eddy Vluggen14-Jun-11 8:41
professionalEddy Vluggen14-Jun-11 8:41 

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.