Advertisement

1 - 10 of 48 containing alltags:("GetPrivateProfileString") (0 seconds)
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...
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...
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 ...
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...
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...
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+...
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...
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...
Zones: Delphi ProgrammingDate Answered: 06/10/2003 Grade: A Views: 0
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...
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...
Zones: ProgrammingDate Answered: 01/26/2004 Grade: A Views: 81