Advertisement

1 - 10 of 235 containing alltags:("ini") (0 seconds)
I have a menu project in vb4 pro, with 3 command buttons that I want to make customizable( command1 , command2, and command3) I have a text box (text1) to input the button number, text2 - to input ...
Zones: Visual BasicDate Answered: 06/26/1998 Grade: A Views: 0
I need to read/write INI files in a C++ program. The problem is that these INI files are over 64K, which is the limit for API(GetPrivateProfileString) in WIN95.  Know of any work arounds or existin...
Zones: C++Date Answered: 05/08/1999 Grade: B Views: 4
I need to read/write an ini-file on the net from my program WITHOUT using any OCX's . Thus, I'm looking for pure code. I want to include the code in programs I write(freeware) to  have an auto-upda...
Zones: Visual BasicDate Answered: 07/05/1999 Grade: A Views: 0
if i have a code wsprintf(szName,"f:\\amginl\\amginl%s.bmp",csc);       DBChart1->SaveToBitmapFile(szName); . but now i want to write the path "f:\\amginl\\"in test.ini file. and auto load the...
Zones: C++Date Answered: 04/27/2000 Grade: A Views: 0
I want to read settings from an ini file into a listbox. I can use 'GetPrivateProfileString' to get a specific setting from a key within one section, but I then want to retrieve the same key from t...
Zones: Visual BasicDate Answered: 08/02/2000 Grade: A Views: 0
Hi, I am wondering if anyone has already written the interface to read INI format in Java. If so where can I find it? Thanks, --RNC
Zones: JavaDate Answered: 10/02/2000 Grade: A Views: 0
How is it possible to store all Properties of TFont to a ini or an txt File and back again? For example The Values of Label1.Font.Charset Label1.Font.Color Label1.Font.Height Label1.Font....
Zones: Delphi ProgrammingDate Answered: 12/19/2000 Grade: A Views: 0
WKHays - re my question on the 03/31/01 could I get you to change exe as follows the file ftp's as follows "forecast.forecast" what I need is the new file name as follows "yymmdd.ext" Dest...
Zones: Ms Office SuiteDate Answered: 04/03/2001 Grade: A Views: 0
Hi, I would like to create a class to read an ini file like this : [section 1] param1=value1 param2=value2 ... [section n] param1=value1 param2=value2 ... I looked for java.io.propert...
Zones: JavaDate Answered: 08/28/2001 Grade: B Views: 0
Hi, I am working on this INI file editing MODULE for my game which stores setting in the following format. Width = 1024; Height = 768; Depth = 16; ....etc I have done most of the code b...
Zones: Visual BasicDate Answered: 09/17/2001 Grade: A Views: 0