Re: Ini File Manipulation
From: GoGoGadgetScott (gogogadgetscott_at_hotmail.com)
Date: 05/03/04
- Next message: Jim Carlock: "Re: Object Oriented Web Design"
- Previous message: Shawn B.: "Re: Nice textBox w/built in validation problem"
- In reply to: Alexander Popkov: "Re: Ini File Manipulation"
- Next in thread: Joe Earnest: "Re: Ini File Manipulation"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 03 May 2004 00:46:40 -0400
On Mon, 3 May 2004 01:38:21 +0400, Alexander Popkov
<noreply@abysslabs.com> wrote:
>> Is there an easy way to manipulate .ini files from VBscript.
>> I seem to recall a Function called GetPublicProfileString that was
> available
>> in VBasic under Windows 3.1 ( only twenty odd years ago!)
>> Is this function still available in the Windows XP kernel and if so how
>> do
> I
>> call it?
>
> There is a free component which works with INI files:
> http://www.abysslabs.com/products/com/inifile.phtml
>
> --
> WBR, Alexander Popkov
> http://www.abysslabs.com
>
Sometimes you will need read formatted Windows INI files. You can use some
free or comercial components (see our INIFile class). But there is also
simeple VBS solution, without external components.
Simple functions which lets you work with (read and write) a standard
formatted Windows INI file. Read and write windows INI files in VBS
http://www.pstruh.cz/tips/detpg_asp-vbs-read-write-ini-files.htm
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
- Next message: Jim Carlock: "Re: Object Oriented Web Design"
- Previous message: Shawn B.: "Re: Nice textBox w/built in validation problem"
- In reply to: Alexander Popkov: "Re: Ini File Manipulation"
- Next in thread: Joe Earnest: "Re: Ini File Manipulation"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|