Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to repeat the files stored in d playlist Pin
Henry Minute24-Apr-09 1:18
Henry Minute24-Apr-09 1:18 
QuestionValidate xml against DTD Pin
Rohit16db24-Apr-09 0:25
Rohit16db24-Apr-09 0:25 
Questionswap printer ports Pin
nijix123-Apr-09 23:32
nijix123-Apr-09 23:32 
QuestionDataRow.GetChildRows do not return any rows Pin
Member 411807123-Apr-09 23:28
Member 411807123-Apr-09 23:28 
QuestionWhat is the funda behind the comm component.. ? Pin
ddravin200023-Apr-09 23:15
ddravin200023-Apr-09 23:15 
AnswerRe: What is the funda behind the comm component.. ? Pin
DoctorMick24-Apr-09 0:46
DoctorMick24-Apr-09 0:46 
AnswerRe: What is the funda behind the comm component.. ? Pin
PIEBALDconsult24-Apr-09 3:52
mvePIEBALDconsult24-Apr-09 3:52 
Questionmonitoring whole registry Pin
Gergely Revay23-Apr-09 23:14
Gergely Revay23-Apr-09 23:14 
Hi,

What I would like to do is to monitor the whole registry in win xp. The best would be to receive an event when a registry key has changed/created/received but in a way that I could figure out which key was it.

So far I subscribed for quite a few RegistryTreeChangeEvent to see the tree changes in every hive. But the problem with this is that in RegistryTreeChangeEvent I couldn't figure out which key changed just the hive and the rootpath. I tried to find the change in the registry but it's very time and resource consuming.

My next idea would be to register for RegistryKeyChangeEvent and RegistryValueChangeEvent for every registry key but I'm guessing it would have a huge overhead.

So if anybody knows any way to receive events when something changes in the registry or how to monitor the whole registry at all then please tell me!

And I have read some articles here which were useful in general but it didn't solve my problem:
http://www.codeproject.com/KB/system/WMI_RegistryMonitor.aspx
http://www.codeproject.com/KB/system/registrymonitor.aspx

Thanks in advance,

Geri
AnswerRe: monitoring whole registry Pin
Bharat Jain24-Apr-09 2:39
Bharat Jain24-Apr-09 2:39 
GeneralRe: monitoring whole registry Pin
Gergely Revay25-Apr-09 10:14
Gergely Revay25-Apr-09 10:14 
QuestionAbout Water Mark over Existing Video Pin
Abhishek Rana23-Apr-09 21:40
Abhishek Rana23-Apr-09 21:40 
QuestionDiffernce between private readonly fields and non private readonly fields Pin
DJ24523-Apr-09 20:44
DJ24523-Apr-09 20:44 
AnswerRe: Differnce between private readonly fields and non private readonly fields Pin
Ashfield23-Apr-09 20:51
Ashfield23-Apr-09 20:51 
AnswerRe: Differnce between private readonly fields and non private readonly fields Pin
CPallini23-Apr-09 21:41
mveCPallini23-Apr-09 21:41 
AnswerRe: Differnce between private readonly fields and non private readonly fields Pin
PIEBALDconsult24-Apr-09 3:53
mvePIEBALDconsult24-Apr-09 3:53 
Questionhow to read pdf file.... Pin
raj23136223-Apr-09 20:16
raj23136223-Apr-09 20:16 
AnswerRe: how to read pdf file.... Pin
Christian Graus23-Apr-09 20:26
protectorChristian Graus23-Apr-09 20:26 
GeneralRe: how to read pdf file.... Pin
raj23136223-Apr-09 20:39
raj23136223-Apr-09 20:39 
AnswerRe: how to read pdf file.... [modified] Pin
tom57200723-Apr-09 22:09
tom57200723-Apr-09 22:09 
GeneralRe: how to read pdf file.... Pin
raj23136223-Apr-09 22:39
raj23136223-Apr-09 22:39 
AnswerRe: how to read pdf file.... Pin
tom57200723-Apr-09 23:52
tom57200723-Apr-09 23:52 
GeneralRe: how to read pdf file.... Pin
raj23136224-Apr-09 0:05
raj23136224-Apr-09 0:05 
QuestionShow progress bar Pin
Yogesh Tayade23-Apr-09 20:10
Yogesh Tayade23-Apr-09 20:10 
AnswerRe: Show progress bar Pin
Christian Graus23-Apr-09 20:12
protectorChristian Graus23-Apr-09 20:12 
QuestionCookies storing Problem in C# Pin
gopinathtamil23-Apr-09 19:49
gopinathtamil23-Apr-09 19:49 

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.