Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Non-Volitile Data Holding Question

4 views
Skip to first unread message

Stephen Saunders

unread,
Mar 21, 2005, 8:21:42 AM3/21/05
to
Hello Group,

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


Veign

unread,
Mar 21, 2005, 10:59:18 AM3/21/05
to
You could probably just use the registry:

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...

Raoul Watson

unread,
Mar 21, 2005, 7:53:49 PM3/21/05
to

"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.


0 new messages