| View previous topic :: View next topic |
| Author |
Message |
sunil21 Newbie
Joined: 23 Dec 2003 Posts: 8
|
Posted: Dec 24th, 2003 12:12 AM Post subject: inf file |
|
|
| how to process an inf file read write etc |
|
| Back to top |
|
Andir Centurion

Joined: 21 Dec 2003 Posts: 184 Location: Chicago Area
|
Posted: Dec 24th, 2003 01:11 AM Post subject: |
|
|
It depends on what you mean by process it.
The layout should be the same as an INI file. You have the [Section] and Key = value format. There are several examples on how to read INI's using API's which will work if you want to just read some information or write to it. Here is the AllAPI.net page concerning GetPrivateProfileSection, there is a link called "INI files" at the bottom.
If your looking to enter it in the Registry easily, I'm not sure about that. I think it would require some processing first _________________ If you happen to see little people sitting on your desk...don't tell anyone or they might think your crazy too.
Last edited by Andir on Dec 24th, 2003 01:16 AM; edited 1 time in total |
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Dec 25th, 2003 05:01 PM Post subject: |
|
|
For the registry there are many modules for registry playing. If you are interested I'll find one and post it  _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
|