H hAndyMan Member Licensed User Sep 27, 2009 #1 Hi, apologies, again, if this is a daft question. Is there a way to monitor a reg key and if it equals a certain value it triggers an event. For example a reg key equals either 0 or 1 If it = 0 do one thing If it = 1 do something else Also, is it possible to continually wait for the reg entry to change like in a loop. Thanks in advance.
Hi, apologies, again, if this is a daft question. Is there a way to monitor a reg key and if it equals a certain value it triggers an event. For example a reg key equals either 0 or 1 If it = 0 do one thing If it = 1 do something else Also, is it possible to continually wait for the reg entry to change like in a loop. Thanks in advance.
Z Zenerdiode Active Member Licensed User Sep 27, 2009 #2 Would it be sufficient to check it in a Timer_Tick event and run your code from there?
H hAndyMan Member Licensed User Sep 28, 2009 #3 Zenerdiode said: Would it be sufficient to check it in a Timer_Tick event and run your code from there? Click to expand... Thanks for your advice I'll give it a try.
Zenerdiode said: Would it be sufficient to check it in a Timer_Tick event and run your code from there? Click to expand... Thanks for your advice I'll give it a try.
S SteveA Member Licensed User Mar 12, 2010 #5 Hello hAndyMan I am trying to do the same thing (monitor if a reg key changes in my Palm Treo as it stops ringing at random & I miss calls). Would you mind letting me know how you did this in your application as I am new to this. Many thanks SteveA
Hello hAndyMan I am trying to do the same thing (monitor if a reg key changes in my Palm Treo as it stops ringing at random & I miss calls). Would you mind letting me know how you did this in your application as I am new to this. Many thanks SteveA