Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Create .INI File


westin444
 Share

Recommended Posts

Ok, i've been studying winsock in vb6 quite a bit now.  I'm making a vb6 program that can be embeded into the source for a personal messaging system.  I am using the .INI module that eclipse uses, but I need one for creating ini files.  If anyone knows the script for this it would be greatly appreciated.  :)

Oh, and i'm using VB6  :sign10:
Link to comment
Share on other sites

@[BS:

> westin444 link=topic=39847.msg388750#msg388750 date=1236221200]
> ok, I want to create it in the following folder.
>
> The name of the folder will be a string,
> note:  **Whoto** and **folderdet** are both strings containing info.
> ```
> WriteINI(app.path & "\inboxs\" & whoto & "\" & filedet & ".ini\")
> ```

I'm sorry, but… that's only the path...
Call WriteINI("test", "subtext", 1, (App.Path & "\inboxs\" & whoto & "\" & filedet & ".ini\"))
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...