VB4: How to access ini files??????????????????? 
Author Message
 VB4: How to access ini files???????????????????

Hi,

I need to access ini files in VB 4.0, the routines i
found so far don't work in VB 4.0!!!

I need your help urgently!!!!
thanx



Sun, 07 Nov 1999 03:00:00 GMT  
 VB4: How to access ini files???????????????????

Quote:

> Hi,

> I need to access ini files in VB 4.0, the routines i
> found so far don't work in VB 4.0!!!

> I need your help urgently!!!!
> thanx

I have used the function:
 GetPrivateProfileString
This finction reads your private INI-file, or you can use the function:
 GetProfileString

This ones reads the WIN.INI file.

Mats



Sun, 07 Nov 1999 03:00:00 GMT  
 VB4: How to access ini files???????????????????

Get/Write(Private)ProfileString API functions works excellent!

Mr Peter Larsson



Sun, 07 Nov 1999 03:00:00 GMT  
 VB4: How to access ini files???????????????????

Look up GetSettings and SaveSettings in the help file.

: Hi,

: I need to access ini files in VB 4.0, the routines i
: found so far don't work in VB 4.0!!!

: I need your help urgently!!!!
: thanx

--



Sun, 07 Nov 1999 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. VB4.INI VB.INI

2. Reading ini file in vb4

3. ini files in VB4

4. Writing to ini files using vb4

5. An INI file? VB4 32

6. INI Files in VB4/32

7. Reading INI file with VB4

8. Creating INI files in VB4.0

9. INI files in 95/NT/VB4

10. How to manipulate INI files from VB4

11. Alternative to INI files in VB4?

12. Handling .Ini files in VB4.0

 

 
Powered by phpBB® Forum Software