VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Convert INI Files to XML

Brian Bender  (6 Submissions)   Files/File Controls/Input/Output   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Take your Desktop apps into this decade by using XML files for INI Files. This Module will translate or convert your exsisting INI files into XML. If you are interested in the source code to access elements in your XML Files in place of INI Values, let me know

Inputs
This code uses MSXML Parser Version 3 (XML DOM). You can get it from microsoft.com or change MSXML2.Properties to MSXML.Properties and set a reference in your code to Microsoft XML

API Declarations
Private Declare Function GetPrivateProfileSection Lib "kernel32" Alias "GetPrivateProfileSectionA"

Rate Convert INI Files to XML (3(3 Vote))
Convert INI Files to XML.bas

Convert INI Files to XML Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters