Hiya,

I've made a simple program that can read certain values from a registry-key. However, I must click a button to read these values. Is there a way that my programm continously monitors this registry-key and updates my label when the value changes?

For short: When I change a value with regedit, my label must change also without me pushing a button. I know I can use a timer, but that's much to easy!

Thanks in advance.