RegistryWatcher?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

please help me.
Is there a way to create a "RegistryWatcher" like the FileSystemWatcher?

thanx
 
You can use the RegNotifyChangeKeyValue API function.
I'm sure if you query the web on that function, you'll get some samples.

-Rob Teixeira
 
Hi Rob,

thanx for your help, but i can't find a useful sample for vb.net just for c#
and c++.
do you have a sample?

I would also need to retrieve information when a windows task starts. Do you
have any ideas?
 
now it works fine. thanx.

do you have any idea how to retrieve information about starting windows tasks?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top