S
Scott Schluer
Hello,
I'm fairly experience with VB.NET in so far as it's syntax is concerned,
however I'm coming from a web-based environment. Typically, when I want to
store data (i.e. user preferences, options, etc), I'll use SQL Server or
Access or something. I'm just making my way into Windows development and I'm
trying to recreate an e-mail checker program that I use regularly. I want to
create the same functionality but add a few features. Now, I've already got
the program coded and working BUT everything (mail server settings, length
of time between mail checks, etc) is hard-coded.
My next step is to build an Options form where each user can configure mail
server settings, preferences, etc. My question is: how do I save this
information? Like I said, in a web environment, I use a database. What's the
appropriate data storage technology for a Windows application? .INI files?
XML? Where can I find internet resources on this? I guess a simplified
version of the question would be: In VB.NET, how do I save a users options
and preference settings?
Please forgive the "newbieness" of this question.
Thanks,
Scott
I'm fairly experience with VB.NET in so far as it's syntax is concerned,
however I'm coming from a web-based environment. Typically, when I want to
store data (i.e. user preferences, options, etc), I'll use SQL Server or
Access or something. I'm just making my way into Windows development and I'm
trying to recreate an e-mail checker program that I use regularly. I want to
create the same functionality but add a few features. Now, I've already got
the program coded and working BUT everything (mail server settings, length
of time between mail checks, etc) is hard-coded.
My next step is to build an Options form where each user can configure mail
server settings, preferences, etc. My question is: how do I save this
information? Like I said, in a web environment, I use a database. What's the
appropriate data storage technology for a Windows application? .INI files?
XML? Where can I find internet resources on this? I guess a simplified
version of the question would be: In VB.NET, how do I save a users options
and preference settings?
Please forgive the "newbieness" of this question.
Thanks,
Scott