G Guest Nov 8, 2004 #1 Hi, please help me. Is there a way to create a "RegistryWatcher" like the FileSystemWatcher? thanx
R Rob Teixeira Nov 9, 2004 #2 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
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
G Guest Nov 13, 2004 #3 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?
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?
R Rob Teixeira Nov 13, 2004 #4 If all you can find is C#, try using a C# to VB.NET converter http://authors.aspalliance.com/aldotnet/examples/translate.aspx -Rob Teixeira
If all you can find is C#, try using a C# to VB.NET converter http://authors.aspalliance.com/aldotnet/examples/translate.aspx -Rob Teixeira
G Guest Nov 14, 2004 #5 now it works fine. thanx. do you have any idea how to retrieve information about starting windows tasks?
now it works fine. thanx. do you have any idea how to retrieve information about starting windows tasks?