473,398 Members | 2,393 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

RegistryWatcher?

Hi,

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

thanx

Nov 21 '05 #1
7 2097
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

"Mario" <Ma***@discussions.microsoft.com> wrote in message
news:C6**********************************@microsof t.com...
Hi,

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

thanx

Nov 21 '05 #2
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?

"Rob Teixeira" wrote:
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

"Mario" <Ma***@discussions.microsoft.com> wrote in message
news:C6**********************************@microsof t.com...
Hi,

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

thanx


Nov 21 '05 #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?

"Rob Teixeira" wrote:
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

"Mario" <Ma***@discussions.microsoft.com> wrote in message
news:C6**********************************@microsof t.com...
Hi,

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

thanx


Nov 21 '05 #4
If all you can find is C#, try using a C# to VB.NET converter

http://authors.aspalliance.com/aldot...translate.aspx

-Rob Teixeira

"Mario" <Ma***@discussions.microsoft.com> wrote in message
news:EF**********************************@microsof t.com...
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?

"Rob Teixeira" wrote:
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

"Mario" <Ma***@discussions.microsoft.com> wrote in message
news:C6**********************************@microsof t.com...
Hi,

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


Nov 21 '05 #5
If all you can find is C#, try using a C# to VB.NET converter

http://authors.aspalliance.com/aldot...translate.aspx

-Rob Teixeira

"Mario" <Ma***@discussions.microsoft.com> wrote in message
news:EF**********************************@microsof t.com...
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?

"Rob Teixeira" wrote:
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

"Mario" <Ma***@discussions.microsoft.com> wrote in message
news:C6**********************************@microsof t.com...
Hi,

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


Nov 21 '05 #6
now it works fine. thanx.

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

"Rob Teixeira" wrote:
If all you can find is C#, try using a C# to VB.NET converter

http://authors.aspalliance.com/aldot...translate.aspx

-Rob Teixeira

"Mario" <Ma***@discussions.microsoft.com> wrote in message
news:EF**********************************@microsof t.com...
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?

"Rob Teixeira" wrote:
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

"Mario" <Ma***@discussions.microsoft.com> wrote in message
news:C6**********************************@microsof t.com...
> Hi,
>
> please help me.
> Is there a way to create a "RegistryWatcher" like the FileSystemWatcher? >
> thanx
>


Nov 21 '05 #7
now it works fine. thanx.

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

"Rob Teixeira" wrote:
If all you can find is C#, try using a C# to VB.NET converter

http://authors.aspalliance.com/aldot...translate.aspx

-Rob Teixeira

"Mario" <Ma***@discussions.microsoft.com> wrote in message
news:EF**********************************@microsof t.com...
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?

"Rob Teixeira" wrote:
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

"Mario" <Ma***@discussions.microsoft.com> wrote in message
news:C6**********************************@microsof t.com...
> Hi,
>
> please help me.
> Is there a way to create a "RegistryWatcher" like the FileSystemWatcher? >
> thanx
>


Nov 21 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Bas Hamer | last post by:
ok, so I'm trying to build something that can track changes in close to real time in the registry. currently I'm using the Registry class that is part of Microsoft.win32. So my first plan was to...
0
by: Neo | last post by:
Just as there's a FileSystemWatcher class, is there a corresponding RegistryWatcher class. If not, is there any way i can try to do this (to be able to determine what registry values were changes,...
4
Curtis Rutland
by: Curtis Rutland | last post by:
I'm writing a windows service. One of the requirements is that I detect when someone/something changes the wallpaper on the computer. I've done some searching, and come up dry. Does anyone know...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.