I have a VB app which includes a UTC (Universal Coordinated Time) clock. It
has to be configurable to account for different time zones and daylight
savings time. Once the user selects these settings, I need to keep them
somewhere so they will be available the next time (no pun intended) the app
starts.
Is there some secret cache somewhere which I could use. I had hoped to
avoid creating a file for such a miniscule need.
Thanks for this and prior help you have provided,
Stephen
Complete Registry control:
http://www.vbaccelerator.com/home/VB/Code/Libraries/Registry_and_Ini_Files/Complete_Registry_Control/article.asp
--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--
Read. Decide. Sign the petition to Microsoft.
http://classicvb.org/petition/
"Stephen Saunders" <kd6...@earthlink.net> wrote in message
news:GTz%d.120$S46...@newsread3.news.atl.earthlink.net...
Steve.. lookup SaveSetting in help. I think that will do the trick without
having to write an entire suite of registry read and write.