I have a VB 5.0 application and i need the ability to use
a INI file as well as the registry.
I believe i have to use GetPrivateProfileString. I may be wrong. Also, I do have the declaration for...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10025873.html
Zones:
Visual BasicDate Answered: 10/15/1997 Grade: A Views: 0
Can somebody give me a short, fully functional example on how to use GetPrivateProfileString in a C progam to read a ini-file, utilising MS Developer Studio. Especially what includes are needed and...
http://www.experts-exchange.com/Programming/Languages/C/Q_10205573.html
Zones:
CDate Answered: 01/10/2000 Grade: C Views: 0
Hi-
I'm using MS VC++ 6.0. I need to get some information out of an .ini file and someone told me that GetPrivateProfileString no longer works in 6.0. I have looked into it and this seems to be ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10246264.html
Zones:
C++Date Answered: 12/13/1999 Grade: A Views: 55
Hello!
I use the WritePrivateProfileString to save a value, but when I read the file with the open statment a second later I still get my old values. When opening the file in notepad I can see t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10259341.html
Zones:
Visual BasicDate Answered: 01/14/2000 Grade: A Views: 0
I'm trying to use the GetPrivateProfileString function to access data in an .ini file, and I keep getting the following error:
Run-time error '453':
Can't find DLL entry point GetPriveProfileStri...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10353262.html
Zones:
Visual BasicDate Answered: 06/19/2000 Grade: C Views: 4
Hi.
I'm looking for a code that can read ini files ,but without using any microsoft related functions like : GetPrivateProfileString etc ...
,but having the alike Iterface and writen in C or C+...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20210110.html
Zones:
C++Date Answered: 05/29/2002 Grade: A Views: 0
This should be easy for MFC vets...
I am trying to get all the keys in the [ODBC 32 bit Data Sources] section of the ODBC.INI file in C:\WINNT.
The following code...
GetPrivateProfileString...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20427761.htm...
Zones:
Windows MFCDate Answered: 12/18/2002 Grade: B Views: 5
I am trying to read certain values from a ".ini" file with GetPrivateProfileString() method, based on which I open another windows based application.
On execution of my delphi application, the w...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20642676.html
I am using the below function to retrieve information from a .ini file in
C:\Documents and Settings\Adam Wilson\My Documents\500code-VB 6
Function GetIniStrings(sIniFile As String, sTopic As St...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20744442.html
Zones:
Visual BasicDate Answered: 09/20/2003 Grade: A Views: 0
GetPrivateProfileString using VB net.
here is my code which returns lpReturnedString => 'ID=' which is lpDefault (my key)
Private Declare Function GetPrivateProfileString Lib "kernel32" Ali...
http://www.experts-exchange.com/Programming/Misc/Q_20860942.html
Zones:
ProgrammingDate Answered: 01/26/2004 Grade: A Views: 81