Click here to Skip to main content
16,010,473 members
Home / Discussions / C#
   

C#

 
Questionconvert this cyrillic output from the console app to unicode [modified] Pin
drweb868-Jun-07 0:00
drweb868-Jun-07 0:00 
AnswerRe: convert this cyrillic output from the console app to unicode Pin
PandemoniumPasha8-Jun-07 0:17
PandemoniumPasha8-Jun-07 0:17 
QuestionGEneric List Pin
Tauseef A7-Jun-07 23:55
Tauseef A7-Jun-07 23:55 
AnswerRe: GEneric List Pin
blackjack21508-Jun-07 0:07
blackjack21508-Jun-07 0:07 
AnswerRe: GEneric List Pin
Christian Graus8-Jun-07 0:32
protectorChristian Graus8-Jun-07 0:32 
AnswerRe: GEneric List Pin
leppie8-Jun-07 1:25
leppie8-Jun-07 1:25 
QuestionVSTO Outlook AddIn in C# Pin
NK0077-Jun-07 23:53
NK0077-Jun-07 23:53 
QuestionRead Registry Key Pin
blackjack21507-Jun-07 23:47
blackjack21507-Jun-07 23:47 
Hi.
I want to find out the path to the AcrobatReader executable file in case it is installed on the local computer.
For this I must search the registry.

What key should I look for?

I saw with regedit.exe that \HKEY_CLASSES_ROOT\acrobat\DefaultIcon has the exact value I need(path to acrord32.exe). But is this right?
object obj =                Microsoft.Win32.Registry.ClassesRoot.OpenSubKey("acrobat").OpenSubKey("DefaultIcon").GetValue(""); <br />
            return obj.ToString(); 

The above code works, but I don't know that this is the proper way to do it.
What other keys would be indicated?
Note: I must not rely on the fact that AcrobatReader is the default program associated with pdf files, so searching for the default program associated with pdf is rulled out.
Thank you.
AnswerRe: Read Registry Key Pin
PandemoniumPasha7-Jun-07 23:55
PandemoniumPasha7-Jun-07 23:55 
GeneralRe: Read Registry Key Pin
blackjack21508-Jun-07 0:05
blackjack21508-Jun-07 0:05 
GeneralRe: Read Registry Key Pin
PandemoniumPasha8-Jun-07 0:31
PandemoniumPasha8-Jun-07 0:31 
GeneralRe: Read Registry Key Pin
blackjack21508-Jun-07 0:40
blackjack21508-Jun-07 0:40 
GeneralRe: Read Registry Key Pin
PandemoniumPasha8-Jun-07 0:55
PandemoniumPasha8-Jun-07 0:55 
GeneralRe: Read Registry Key Pin
blackjack21508-Jun-07 0:58
blackjack21508-Jun-07 0:58 
GeneralRe: Read Registry Key Pin
PandemoniumPasha8-Jun-07 1:06
PandemoniumPasha8-Jun-07 1:06 
Questionconvert html to word using ASP.net Pin
mxj0257-Jun-07 21:37
mxj0257-Jun-07 21:37 
AnswerRe: convert html to word using ASP.net Pin
Muammar©7-Jun-07 21:53
Muammar©7-Jun-07 21:53 
GeneralRe: convert html to word using ASP.net Pin
mxj02525-Jun-07 19:26
mxj02525-Jun-07 19:26 
AnswerRe: convert html to word using ASP.net Pin
leppie8-Jun-07 1:27
leppie8-Jun-07 1:27 
GeneralRe: convert html to word using ASP.net Pin
mxj02525-Jun-07 19:25
mxj02525-Jun-07 19:25 
Questionconverting a visual C# code itno an .exe format Pin
prateek_nitw7-Jun-07 21:33
prateek_nitw7-Jun-07 21:33 
AnswerRe: converting a visual C# code itno an .exe format Pin
Muammar©7-Jun-07 21:46
Muammar©7-Jun-07 21:46 
GeneralRe: converting a visual C# code itno an .exe format Pin
prateek_nitw7-Jun-07 21:50
prateek_nitw7-Jun-07 21:50 
GeneralRe: converting a visual C# code itno an .exe format Pin
Muammar©7-Jun-07 21:57
Muammar©7-Jun-07 21:57 
AnswerRe: converting a visual C# code itno an .exe format Pin
Seishin#7-Jun-07 22:08
Seishin#7-Jun-07 22:08 

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.