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:
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: VB Runtime in my programs Installer?
quote:
Originally posted by raceprouk
quote:
Originally posted by Choli
RegQueryValueEx, RegSetValueEx, RegOpenKeyEx, RegCloseKey
Forgetting RegCreateKey? Kinda important...
And of course RegCreateKeyEx, the complex version...
quote:
Originally posted by Choli
They're RegQueryValueEx, RegSetValueEx, RegOpenKeyEx, RegCloseKey and others.
;)
quote:
Originally posted by CookieRevised
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)
True. RileyM: be sure you understand the differences between both methods and you can choose the one that best suits your needs.
quote:
Originally posted by CookieRevised
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)....
APIs for read/write from/in an INI file:
GetPrivateProfileSectionNames, GetPrivateProfileSection, GetPrivateProfileInt, GetPrivateProfileString, WritePrivateProfileString
I used those in the last public version of the messenger plus translator, however there are some others more. :P
Note: Be careful with those APIs. Under windows 9x/Me there's a bug with them: You can't use filer larger than 65505 bytes (aprox)
quote:
Originally posted by raceprouk
quote:
Originally posted by Choli
GetSetting and SaveSetting
Don't they deal with the INI file?
No, but I think there's some other function in VB that does that. I can't find it now (maybe i'm wrong and it doesn't exist)
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
09-09-2004 07:45 PM
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