Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot write to the INI file
Message
From
16/08/2006 19:03:52
 
 
To
16/08/2006 15:38:37
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01146174
Message ID:
01146221
Views:
15
This declaration is better:
        Private Declare Unicode Function WritePrivateProfileString Lib "kernel32" Alias "WritePrivateProfileStringW" _
         (ByVal lpApplicationName As String, ByVal lpKeyName As String, ByVal lpString As String, _
         ByVal lpFileName As String) As Int32
However, when I execute the write, I obtain a result of 0. This doesn't tell me that much. Is there a way to obtain more information when the result is 0?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform