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

C#

 
QuestionAuthentication in a console application Pin
vinothkumar_Dhakshinamoorthy14-Dec-09 3:59
vinothkumar_Dhakshinamoorthy14-Dec-09 3:59 
AnswerRe: Authentication in a console application Pin
#realJSOP14-Dec-09 4:28
professional#realJSOP14-Dec-09 4:28 
Questionbackup Pin
farokhian14-Dec-09 3:47
farokhian14-Dec-09 3:47 
Questionthe Registry and DOS commands Pin
Antonio JVS14-Dec-09 2:40
Antonio JVS14-Dec-09 2:40 
AnswerRe: the Registry and DOS commands Pin
Md. Marufuzzaman14-Dec-09 3:01
professionalMd. Marufuzzaman14-Dec-09 3:01 
GeneralRe: the Registry and DOS commands Pin
Antonio JVS14-Dec-09 3:47
Antonio JVS14-Dec-09 3:47 
AnswerRe: the Registry and DOS commands Pin
S. Brozius14-Dec-09 3:18
S. Brozius14-Dec-09 3:18 
AnswerRe: the Registry and DOS commands [modified] Pin
EliottA14-Dec-09 3:28
EliottA14-Dec-09 3:28 
There are registry classes that you can use to interact with the registry. See this link.[^]

To issue DOS commands you can write a batch file on the fly and then execute it.

Here are some more relevant classes / enumerations for registry interaction

Registry Class Link[^]
RegistryHive Enumeration Link[^]
RegistryKey Class Link[^]
RegistryKeyPermissionCheck Enumeration Link[^]
RegistryValueKind Enumeration Link[^]
RegistryValueOptions Enumeration Link[^]


modified on Monday, December 14, 2009 9:37 AM

GeneralRe: the Registry and DOS commands Pin
Antonio JVS14-Dec-09 3:54
Antonio JVS14-Dec-09 3:54 
GeneralRe: the Registry and DOS commands Pin
EliottA14-Dec-09 4:08
EliottA14-Dec-09 4:08 
QuestionHow to read a file from any kind of documents and display its contents? Pin
CoderForEver14-Dec-09 2:00
CoderForEver14-Dec-09 2:00 
AnswerRe: How to read a file from any kind of documents and display its contents? PinPopular
OriginalGriff14-Dec-09 2:06
mveOriginalGriff14-Dec-09 2:06 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
CoderForEver14-Dec-09 2:42
CoderForEver14-Dec-09 2:42 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
#realJSOP14-Dec-09 2:51
professional#realJSOP14-Dec-09 2:51 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
CoderForEver14-Dec-09 2:59
CoderForEver14-Dec-09 2:59 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
#realJSOP14-Dec-09 3:01
professional#realJSOP14-Dec-09 3:01 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
Eddy Vluggen14-Dec-09 3:03
professionalEddy Vluggen14-Dec-09 3:03 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
#realJSOP14-Dec-09 4:27
professional#realJSOP14-Dec-09 4:27 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
Eddy Vluggen14-Dec-09 5:37
professionalEddy Vluggen14-Dec-09 5:37 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
#realJSOP14-Dec-09 6:28
professional#realJSOP14-Dec-09 6:28 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
OriginalGriff14-Dec-09 4:11
mveOriginalGriff14-Dec-09 4:11 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
OriginalGriff14-Dec-09 4:22
mveOriginalGriff14-Dec-09 4:22 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
CoderForEver14-Dec-09 2:45
CoderForEver14-Dec-09 2:45 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
EliottA14-Dec-09 3:23
EliottA14-Dec-09 3:23 
AnswerRe: How to read a file from any kind of documents and display its contents? Pin
Eddy Vluggen14-Dec-09 3:10
professionalEddy Vluggen14-Dec-09 3:10 

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.