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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10059937.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10158407.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10176624.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10334736.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10872621.html
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
http://www.experts-exchange.com/Programming/Languages/Java/Q_11435358.html
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....
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20008321.html
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...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_201...
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20173716.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20183420.html
Zones:
Visual BasicDate Answered: 09/17/2001 Grade: A Views: 0