Click here to Skip to main content
16,005,222 members
Home / Discussions / C#
   

C#

 
QuestionHow to call external application in C#.NET Pin
Eyungwah24-Jan-07 8:28
Eyungwah24-Jan-07 8:28 
QuestionComparing large amounts of binary data Pin
sbpont24-Jan-07 8:27
sbpont24-Jan-07 8:27 
AnswerRe: Comparing large amounts of binary data Pin
Christian Graus24-Jan-07 9:09
protectorChristian Graus24-Jan-07 9:09 
AnswerRe: Comparing large amounts of binary data Pin
Guffa24-Jan-07 9:22
Guffa24-Jan-07 9:22 
AnswerRe: Comparing large amounts of binary data Pin
Luc Pattyn24-Jan-07 15:06
sitebuilderLuc Pattyn24-Jan-07 15:06 
QuestionRegistry Values Pin
CodeItWell24-Jan-07 8:22
CodeItWell24-Jan-07 8:22 
AnswerRe: Registry Values Pin
Martin#24-Jan-07 10:11
Martin#24-Jan-07 10:11 
AnswerRe: Registry Values Pin
Luc Pattyn24-Jan-07 16:25
sitebuilderLuc Pattyn24-Jan-07 16:25 
In .NET 1.x you could only read/write strings (REG_SZ entries) in the registry with the managed
classes (RegistryKey). For other entry types (such as REG_DWORD) you had to use PInvoke.

Since .NET 2.0 there is also support for the other entry types, through the new
RegistryValueKind enum, and new methods in RegistryKey class such as RegistryKey.GetValueKind()

Smile | :)



Luc Pattyn

QuestionHidden Text From RichTextBox Pin
Abisodun24-Jan-07 7:34
Abisodun24-Jan-07 7:34 
QuestionPerformance issue: I/O intensive Pin
ESTAN24-Jan-07 7:30
ESTAN24-Jan-07 7:30 
AnswerRe: Performance issue: I/O intensive Pin
Aaron VanWieren24-Jan-07 9:27
Aaron VanWieren24-Jan-07 9:27 
AnswerRe: Performance issue: I/O intensive Pin
Luc Pattyn24-Jan-07 15:11
sitebuilderLuc Pattyn24-Jan-07 15:11 
GeneralRe: Performance issue: I/O intensive Pin
ESTAN25-Jan-07 10:30
ESTAN25-Jan-07 10:30 
GeneralRe: Performance issue: I/O intensive Pin
Luc Pattyn25-Jan-07 11:19
sitebuilderLuc Pattyn25-Jan-07 11:19 
Questionc# to pascal Pin
conemajstor24-Jan-07 7:23
conemajstor24-Jan-07 7:23 
AnswerRe: c# to pascal Pin
Christian Graus24-Jan-07 9:10
protectorChristian Graus24-Jan-07 9:10 
AnswerRe: c# to pascal Pin
ednrgc24-Jan-07 9:25
ednrgc24-Jan-07 9:25 
QuestionCustom row sorting XML datagrid Pin
bartbauldry24-Jan-07 7:19
bartbauldry24-Jan-07 7:19 
GeneralCSUnit VS NUnit Pin
Aaron VanWieren24-Jan-07 6:34
Aaron VanWieren24-Jan-07 6:34 
GeneralRe: CSUnit VS NUnit Pin
ednrgc24-Jan-07 9:04
ednrgc24-Jan-07 9:04 
GeneralRe: CSUnit VS NUnit Pin
Aaron VanWieren24-Jan-07 9:24
Aaron VanWieren24-Jan-07 9:24 
QuestionAutomate testing Website using C# Pin
sreecahitu24-Jan-07 5:44
sreecahitu24-Jan-07 5:44 
AnswerRe: Automate testing Website using C# Pin
ednrgc24-Jan-07 6:08
ednrgc24-Jan-07 6:08 
QuestionPage Refresh Problem --- Postback Gurus Help Pin
fahiemulleh24-Jan-07 5:34
fahiemulleh24-Jan-07 5:34 
AnswerRe: Page Refresh Problem --- Postback Gurus Help Pin
ednrgc24-Jan-07 6:09
ednrgc24-Jan-07 6:09 

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.