Click here to Skip to main content
15,901,373 members
Home / Discussions / C#
   

C#

 
JokeRe: Regular Expresion Pin
Asif Mushtaq4-May-07 0:51
Asif Mushtaq4-May-07 0:51 
QuestionRequesting WebPage using TCPClient Pin
SakthiSurya3-May-07 19:27
SakthiSurya3-May-07 19:27 
AnswerRe: Requesting WebPage using TCPClient Pin
SakthiSurya3-May-07 21:48
SakthiSurya3-May-07 21:48 
AnswerRe: Requesting WebPage using TCPClient Pin
Herman<T>.Instance3-May-07 23:29
Herman<T>.Instance3-May-07 23:29 
GeneralRe: Requesting WebPage using TCPClient Pin
SakthiSurya4-May-07 2:18
SakthiSurya4-May-07 2:18 
GeneralRe: Requesting WebPage using TCPClient Pin
Herman<T>.Instance6-May-07 22:07
Herman<T>.Instance6-May-07 22:07 
QuestionRegistry Editor Pin
Paramhans Dubey3-May-07 19:17
professionalParamhans Dubey3-May-07 19:17 
AnswerRe: Registry Editor Pin
Shajeel3-May-07 20:29
Shajeel3-May-07 20:29 
you can get value names by RegistryKey.GetValueName() it will give string array. you can get their values by RegistryKey.GetValue("name") and if you are using .net 2.0 then you can also get their type/kind by RegistryKey.GetValueKind("name").

Regards
Shajeel

QuestionIndexers in c# Pin
Raheem MA3-May-07 18:43
Raheem MA3-May-07 18:43 
AnswerRe: Indexers in c# Pin
Sandeep Akhare3-May-07 20:07
Sandeep Akhare3-May-07 20:07 
Questionregarding listbox C# Pin
giribabu2343-May-07 18:42
giribabu2343-May-07 18:42 
AnswerRe: regarding listbox C# Pin
Sandeep Akhare3-May-07 20:02
Sandeep Akhare3-May-07 20:02 
QuestionDisplay a web control Link button in a html tag Pin
minlynn3-May-07 16:52
minlynn3-May-07 16:52 
AnswerRe: Display a web control Link button in a html tag Pin
Sandeep Akhare3-May-07 20:11
Sandeep Akhare3-May-07 20:11 
GeneralRe: Display a web control Link button in a html tag Pin
minlynn6-May-07 18:27
minlynn6-May-07 18:27 
QuestionSorting a collection of classes [modified] Pin
hpjchobbes3-May-07 16:34
hpjchobbes3-May-07 16:34 
AnswerRe: Sorting a collection of classes Pin
Stefan Troschuetz3-May-07 21:07
Stefan Troschuetz3-May-07 21:07 
AnswerRe: Sorting a collection of classes Pin
Jon Hulatt3-May-07 21:11
Jon Hulatt3-May-07 21:11 
AnswerRe: Sorting a collection of classes Pin
AFSEKI7-May-07 4:01
AFSEKI7-May-07 4:01 
QuestionC#, DWM, and Window Image Capture (Vista) Pin
surrealmadrid3-May-07 12:22
surrealmadrid3-May-07 12:22 
Questionimage to string and backwords.. Pin
Seishin#3-May-07 11:33
Seishin#3-May-07 11:33 
AnswerRe: image to string and backwords.. Pin
Luc Pattyn3-May-07 11:47
sitebuilderLuc Pattyn3-May-07 11:47 
GeneralRe: image to string and backwords.. Pin
Seishin#3-May-07 19:13
Seishin#3-May-07 19:13 
AnswerRe: image to string and backwords.. Pin
Stefan Prodan3-May-07 12:30
Stefan Prodan3-May-07 12:30 
GeneralRe: image to string and backwords.. Pin
Seishin#3-May-07 19:14
Seishin#3-May-07 19:14 

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.