What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » VB Runtime in my programs Installer?

VB Runtime in my programs Installer?
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: VB Runtime in my programs Installer?
Another way of writing and reading settings is useing INI-files. It is much safer and easier to use, if you're not experienced with the registry.

You must use API's also (just like if you want to use the registry), I don't know the exact API's from the top of my head, but you sure will find them (or someone will list them here)....

Some people will say that using INI-files is lame and the "old" method. Well this is far from true. So don't be fooled by them... (even if you are experienced with the registry, INI-files have benefits over the registry in many cases, just like the registry-method has some benefits over INI's)

Also note that using the registry you are expected to follow certain (unwritten) rules, like writing your settings in a specific branch in the registry and not in any other. Furthermore, editing settings by others is far more easy in INI-files then in the registry (not everybopdy knows how to handle the registry). Also the registry can be a very dangerous place to work in if you're not exactly know what you're doing!! For all these reasons I recommend using an INI-file (until you're more experienced in programming).

This post was edited on 09-09-2004 at 02:23 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-09-2004 02:22 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
VB Runtime in my programs Installer? - by Salem on 09-08-2004 at 05:21 PM
RE: VB Runtime in my programs Installer? - by Choli on 09-08-2004 at 08:44 PM
RE: VB Runtime in my programs Installer? - by RaceProUK on 09-08-2004 at 10:03 PM
RE: VB Runtime in my programs Installer? - by lopardo on 09-08-2004 at 10:16 PM
RE: VB Runtime in my programs Installer? - by CookieRevised on 09-09-2004 at 02:22 AM
RE: VB Runtime in my programs Installer? - by RaceProUK on 09-09-2004 at 09:16 AM
RE: VB Runtime in my programs Installer? - by Dempsey on 09-09-2004 at 09:46 AM
RE: VB Runtime in my programs Installer? - by Choli on 09-09-2004 at 07:45 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On