DOWNLOADS
The site owner can not be held responsible for any
damages or whatsoever that might be caused by one or more of the downloadable
files that you find on this web site. The use of the files you can download
from this web site is at your own risk. Although we constantly scan our web
server for viruses, we can not guarantee you that the files on this web site
are free of viruses. Therefore we advise you to scan the downloaded files
before using them. We also advise you to keep your virus definition files as up
to date as possible. By default, this page only displays the 15 most recent
additions.
If you have a file that you want to add to the Foxite Downloads section, please
send the file to downloads@foxite.com. Please include a brief description of
the file. If possible, compress the file with a compression utility like WinZip
or WinRAR.
|
|
filesystemobject_starterkit.zip - Download ID: 182
|
|
|
This Starter Kit allows one to use a windows scripting object and shows how to have an easy access to some features:
Machine Drives: Letter - Name - Ready state - Free/Total space - Nature ...
Drive Folders: Size - Dates - Files number - Sub-Folders - Create/Remove/Move - …
Folder Files: Size - Dates - Version - Delete - Move - …
Comes with a complete help file, a Doc and a short sample demo Prg.
|
|
|
|
|
|
Added:
4/1/2008 9:14:41 PM
- Size:
166389
bytes - Total Downloads:
182
|
|
|
|
inimgr.zip - Download ID: 181
|
|
|
This PRG based class can be used to instantiate the INI file manager which wraps the API calls that handle Creating, Updating, Reading and Writing to standard Windows INI files. These files can be used to save application settings like paths, or to store window sizes/positions - in fact for almost anything! The live locally on the client machine and can be user specific, or as in this example, more generic. The zip file includes the class itself (IniMgr.prg), a sample INI file (appuser.ini) and documentation (IniFileReadme.txt) outlining the methods and calling prototypes. You can either use SET PROCEDURE to this prg and then instantiate the class and assign it to a variable or application object property yourself, or simply call the program with the name of the INI file as a parameter - that creates a public variable for the Ini File Manager so you can test it from the command window like so: DO inimgr WITH 'appuser.ini'
|
|
|
|
|
|
Added:
3/21/2008 12:58:39 PM
- Size:
5148
bytes - Total Downloads:
178
|
|
|
|
dsixlmgr.zip - Download ID: 180
|
|
|
This download contains a class and a form that shows different ways to export and import data thru Excel automation and creates benchmarks during the process.
|
|
|
|
|
|
Added:
3/2/2008 8:08:58 AM
- Size:
295675
bytes - Total Downloads:
407
|
|
|
|
mousetracker.zip - Download ID: 179
|
|
|
Run the small utility and navigate to any location on screen. It shows the decimal, RGB and hex values for the pixel under mouse cursor. You can use it as a kind of color picker.
|
|
|
|
|
|
Added:
1/3/2008 8:51:01 PM
- Size:
1194
bytes - Total Downloads:
733
|
|
|
|
bbzoombarreflections.zip - Download ID: 178
|
|
|
A zoombar class with reflections. Completely revamped and enhanced with a _memberdata builder and additional properties. Source code and documentation is included.
|
|
|
|
|
|
Added:
12/31/2007 11:16:38 AM
- Size:
1164510
bytes - Total Downloads:
988
|
|
|
|
cptoexe.zip - Download ID: 177
|
|
|
Sometimes, I find myself writing small programs that I send to my clients in order to alter some column's datatype or to add some record to a dictionary table. One thing that bothers me is to have to create a project in order to build the EXE, then delete it after the build. What I'd really like to be able to do, is something like…
COMPILE test.prg TO test.exe
So I wrote CPTOEXE. Now when I write a simple .prg, say, TEST.PRG, all I have to do to build it to an EXE is:
bCC=CPTOEXE('TEST')
and that's all. Hope someone finds it useful.
|
|
|
|
|
|
Added:
12/16/2007 2:49:05 PM
- Size:
349
bytes - Total Downloads:
661
|
|
|
|
bbzoombar.zip - Download ID: 176
|
|
|
Bernard has been developing a Zooming Bar class similar to what the Apple OS has. Please read http://www.foxite.com/archives/0000154339.htm and http://www.foxite.com/archives/0000154396.htm for more info.
|
|
|
|
|
|
Added:
12/15/2007 7:11:44 AM
- Size:
214153
bytes - Total Downloads:
1124
|
|
|
|
scaleemu.zip - Download ID: 174
|
|
|
I was working with different scales and didn't have access to them, hence I wrote this emulator. Additional scales can be added by adding them to the table. Haven't used this in a while. Remember if you want to read the output of the scale you will need a COMMS cable looped back into your other COM port. So you Run the form, set the port (say COM1) and other settings and click START. The EMU will begin pumping out the displayed weight on the selected port (COM1). You connect one end of the cable to that port and the other end You plug back into your computer's other port (say COM2). Then your app will need to be set to read in the weight from COM2. There is no documentation but if you have questions please ask and I will try to remember. Complete source code is included so enjoy.
|
|
|
|
|
|
Added:
9/26/2007 9:27:21 PM
- Size:
102418
bytes - Total Downloads:
376
|
|
|
|
julian.zip - Download ID: 173
|
|
|
This is a highly accurate method of manipulating date and time and performing arithmetic operations on dates and times. It basically converts a time and date between the Gregorian calendar and the Julian format - eg. Tue, 26sep07 1150 = 54368.699549. The left side of the decimal point shows the days since a base date. The right side shows the fraction of the day since midnight - 1200 noon would simply be .500.
|
|
|
|
|
|
Added:
9/26/2007 9:16:40 PM
- Size:
3537
bytes - Total Downloads:
261
|
|
|
|
idletime.zip - Download ID: 172
|
|
|
Timer on this form detects idle time and close form after a given time.
|
|
|
|
|
|
Added:
9/19/2007 5:27:23 PM
- Size:
2463
bytes - Total Downloads:
534
|
|
|
|
foxftp.zip - Download ID: 171
|
|
|
FoxFTP.app is a compiled VFP .app that adds FTP functionality to any VFP application. To include in a VFP project, only the FoxFTP.app and the callback.fll are required. The callback.fll is used to implement a progress indicator and allow cancellation of a file transfer. The bare-bones application and .fll are attached as FoxFTP.zip. The source code is available here: http://www.visualfoxpro-developers/downloads/foxftp_src.zip.
UPDATE December 15, 2007:
- Modified network directory scan to exclude duplicate drive listing, favoring the local lettered drive view over the UNC view.
- Modified directory scanning to deal with drives which contain no files or folders.
- Added WAIT WINDOW advisory when initially loading to deal with delay while scanning large arrays of local and network directories.
- Cleaned up Add/Edit display problems.
- Enabled 'Test Connection' button when Adding or Editing and URL/User/Pwd present.
|
|
|
|
|
|
Added:
9/3/2007 9:24:46 AM
- Size:
528141
bytes - Total Downloads:
833
|
|
|
|
gsxmlhndler.zip - Download ID: 170
|
|
|
You can use this class to read and create XML files in VFP. More information is included in the class definition (see Documentation method).
|
|
|
|
|
|
Added:
6/30/2007 2:57:36 PM
- Size:
3561
bytes - Total Downloads:
910
|
|
|
|
fillboxes.zip - Download ID: 169
|
|
|
Textcont object applicable only for character and numeric field. Textcont is fill in the box in the form. This object usefull for govt section,school/college,hospital etc.
|
|
|
|
|
|
Added:
6/30/2007 2:52:33 PM
- Size:
8274
bytes - Total Downloads:
746
|
|
|
|
vfppaint.zip - Download ID: 168
|
|
|
Cesar did it again... Another piece of fabulous GDIPlus integration in Visual FoxPro. Please check Cesar's weblog for more details and updates: http://weblogs.foxite.com/cesarchalom/archive/2007/06/14/4033.aspx.
|
|
|
|
|
|
Added:
6/22/2007 4:18:37 PM
- Size:
23300
bytes - Total Downloads:
865
|
|