Serializable VFP object to XML - 0002 [May 20, 2010 12:56]Serializable VFP object to XML Very simple, no help Using: Where? Anywhere in your program. What time? If your program can be crash and you need save object with properties and values. .
Extended MessageBox library (FLL) for Visual FoxPro, trial version [May 9, 2010 12:20]With this library Visual FoxPro applications acquire ability of controlling a wide variety of MessageBox dialog settings. That includes adjusting initial position and size of the dialog, selecting message font and font color, choosing dialog backgrounds from solid colors and bitmap files, modifying button captions & fonts, downloading dialog icons from icon files and resources, entering text, linking to web pages and more. The extended settings are persistent and visible when regular MES...
Extended MessageBox .NET Assembly trial version [May 9, 2010 12:19]Gives .NET application control over a variety of MessageBox dialog settings. That includes adjusting initial position and size of the dialog, selecting message font and font color, filling dialog background with solid colors or bitmap files, modifying button captions & fonts, loading dialog icons from external files, accepting text input, opening web pages, dialog timeout and more. Once configured, the extended features are persistent through the application's session affecting each regu...
Country table in SQL Server [April 25, 2010 16:57]This is the country table SQL Server script to create the country table used on the Universal Thread. This can be useful to start with if you do not have any table like that.
Version 1.0 released! ArgTxlib for Textcontrol (Ribbon Textcontrol for Visual Foxpro) [February 23, 2010 02:52]Alex Grigorjev has brought us his marvelous Command Bars Library. Now he gives us something even more powerful: the complete integration of the industry leading activex Textcontrol, adapted to VFP. Implementation of a powerful, ribbon based (word-like) Textcontrol into your app has neven been easier before! Design new apps with integrated Textcontrol with the look and feel of Office 2007 or 2010-written in pure VFP-Code. Quickly redesign old VFP-Apps and sell updates (myapp-reloaded) to your...
Visual WebGui Pro Studio 6.4 beta [January 21, 2010 17:56]Visual WebGui Professional Studio for .NET 3.5 (Visual Studio 2008) version 6.4 beta 1a
Cursor Adapter .PRG generator [December 9, 2009 08:56]It generates a .PRG file for cursoradapter. So you can use that .prg file with your different forms. There isn't 512 chars barrel anymore. 09-02-10: small bug fix. 04-02-10: small bug fix. 02-02-10: bug fix about long field names. Update: ---------- -added bigint, blob, int support -option for not convert datetime to date -option for fullname of field types
DBF Viewer 2000 v3.25 [November 12, 2009 02:42]View, edit and convert dbf files to other formats. Supports command line. Not require external drivers for connection to databases. DBF Viewer 2000 runs on Windows 98/NT/XP/Vista/Windows 7.
Filmstrip Viewer for VFP [November 11, 2009 16:09]This vfp class library was made for image selection and presentation purposes. It is a Filmstrip viewer control like the filmstrip viewers commonly used on web pages for image selection.
Collapsable Listbox [November 8, 2009 15:10]This class simulates a combobox, but allows to select multiple items by pressing Ctrl while selecting with the mouse
Visual WebGui 6.4 Preview 4 & 6.3.11 released [October 21, 2009 09:07]2 important versions of the revolutionary Visual WebGui Web/Cloud Platform released yesterday.
Simple Navigation Bar [September 4, 2009 13:18]A simple navigation bar. The Navbar class converts any foxpro menu file to a navigation bar.
St_Denis library of User-defined string functions Visual Studio.Net [August 28, 2009 18:25]The St_Denis library is available for VB.Net, C#.Net and C++.Net . In total the library has about 30 functions. In my humble opinion, it will be convenient to apply such functions for developing applications.
Grid that allows sorting by clicking on the header [August 11, 2009 21:44]The full link to the blog is http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/grid-class-that-allows-sorting-by-clicki This is a grid class that allows sorting by clicking on the header.
Skin the Fox [July 14, 2009 09:39]Skinning the fox is only allowed for making the fox look good and cool. This simple class will help you with that. Update, somehow the doc file was not included. I created a PDF and included that. ** Update 2 ** I added some code. What happens is that, in the cutframe method, the borders are cut off from the form and then the images are added to the form and all that stuff. The methods I added take care of resizing the form to the original height and width (as it would be WITHOUT ski...
MD5 hash algorithm (C#) [July 6, 2009 12:11]MD5 hash algorithm implementation : http://www.faqs.org/rfcs/rfc1321.html
RC4 Encryption (C#) [July 4, 2009 12:04]RC4 encryption class .......................................................
C# SQL Parameters Code Generator [June 20, 2009 19:31]Provides a UI create the code for a collection or array of SqlParameters. This app allows you to log into MS SQL and select a database. A list is then populated with all the stored procedures in the database. After selecting a stored procedure you are given options to provide the property values for a SqlParameter. In addition, the option to place the SqlParameters instances into an ArrayList or array is provided. The code is copied to the clipboard.
Adobe PDF auto Print ... no more save As [June 8, 2009 11:34]This Limited Class is for installs with the Adobe PDF printer and Adobe Distiller only. It allows you to save FoxPro reports to PDF without the pesky Save as dialog and without installing a post script printer.... The class does some limited editing of the registry (Name of the distiller printjob file only... nothing eccentric). It just changes the printjob file name for you ... so....put it in a loop.... and print out statements... This is a first pass... it has some error checking but it ...
Class that helps to provide shared table for auto complete fature. [June 8, 2009 07:56]This class provides shared table for auto complete textbox feature. Table can reside on any SQL database. MS SQL Server Express, PostgreSQL and FirebirdSQL backends were tested. Auto complete table is based on an offline view.
West Wind Web Toolkit for ASP.NET [May 28, 2009 14:31]The West Wind Web Toolkit provides a host of essential utility functionality for your ASP.NET and Web Forms applications. From AJAX and jQuery tools and components, to core ASP.NET utility functionality, to globalization, to a flexible two-way data binding control, to a large set of utility functions useful in just about any .NET and/or ASP.NET Web project this toolkit comprises a set of functionality that is not flashy, but covers many core, day to day tasks required in almost every .NET and We...
RegexPatternBuilder class (C#) [May 27, 2009 08:16]Complex patterns are hard to build. This class allows to build the pieces in a hierarchical way.
Generic Topological Sort (C#) [May 27, 2009 07:53]A topological sort sorts out dependencies and returns an order in which each predecessor is processed before any of its successors.
Detect MouseEnter in grid cells without the cells having the focus [May 11, 2009 09:02]Allows to detect MouseEnter (see Thread#1398534 ) in grid columns The cells do not need to have the focus It's an object that has to be added to the form. Once added to the form you can tell it to 'watch' one or more columns. To add a 'watched' column you call a method passing - the ControlSource of the column - a FieldExpression that will be evaluated - a form method or any function name that will be called when the mouse enters the column. The corresponding FieldExpression is added...
LockScreen Stack [March 28, 2009 04:48]You can use this class for managing value of property LockScreen. ...
West Wind Web Service Proxy Generator 1.05 [February 7, 2009 08:43]This tool creates FoxPro clients to complex Web Services by utilizing .NET as the connector technology. It provides a Wizard that results in simple FoxPro classes that map the Web Service interface. The Wizard generates a .NET assembly and a FoxPro front end class that utilizes it to make the actual service calls. A wwDotNetBridge class provides many .NET support features for accessing complex service types like arrays, DataSets, value types etc. to facilitate the interaction of the .NET objects...
AGETFILESUMMARY is the same thing as AGETFILEVERSION but for Summary resources. [November 13, 2008 16:17]AGETFILESUMMARY is the same thing as AGETFILEVERSION but for Summary resources. the code from http://support.microsoft.com/kb/186898/en-us has been adapted for VFP fll library by Igor Nikiforov 2008-11-12 Creates an array containing information about files with summary resources or about Compound Document Properties
PDF Listener class and Haru PDF library wrapper class [August 9, 2008 12:19]Free VFP classes that can be used to generate PDFs, programatically or using PDFListener class (extremely fast output) . The wrapper class can be used as generic PDF tool and can be compiled as COM DLL. .
Binyaz Get Time Class [July 30, 2008 09:29]A simple class that get time from user.But you customize that very easy. You can change the fontname , FontCharSet , Alignment , RightToLeft , ToolTips , Time Format (24 - 12) It returns the time in it's Value property
Enhanced Tabs for PageFrames [June 25, 2008 18:19]Enhanced Tabs for PageFrames -- Tabs at top or bottom of frame; hidden or shown by setting a property of page; horizontal scroll buttons if tabs don't all fit; highlighting (font, color, bold) for the active page; tabs inherit ToolTipText property of their page; multi-line captions; tabs may include pictures; the entire group of tabs may be left or right justified, or centered; space can be reserved to the left or right of the group of tabs The Pageframe works and appears as usual during desi...
Report Sculptor Foundation - Version 0.95 / HotFix [June 4, 2008 16:36]Report Sculptor is free Reporting Framework for VFP9. It features Visual OOP Reporting, WYSWYG FreePages Design, Scripting, SmartText(*), Replication of native VFP controls on report surface, FRX Interpreter, Fast Export to PDF and much more.
ctl32_progressbar - a Progress Bar class [May 31, 2008 14:22]This visual class provides a progressbar control that can be used in VFP9. This class uses the Windows API to create a true Windows Common Controls Progress Bar, with full Themes compliance, just a couple of files to add to your project, No DLLs, no FLLs, no OCXs.
ctl32_formstate - Save form position, size and state [May 31, 2008 14:21]ctl32_formstate is a class that can be dropped in any VFP form, or used with the _Screen. This class performs the following actions: * Saves in the Windows registry the form position, size, and state (minimized, normal, maximized) when the form is closed. * Reads from the Windows registry the saved data and restores the form position/size/state when the form is instantiated. * Adjusts the form position/size/state taking into account changes in size and dimensions of its containe...
Named Parameters [May 13, 2008 02:40]The Named parameters servers for processing and checking input EXE/APP parameters. ...
Universal Thread country table [May 6, 2008 18:32]This is the Universal Thread country table used on the site. This can be useful for your applications where needed. This file may be updated on an occasional basis. Feel free to download as required. The file contains the table in a Visual FoxPro data format.
Universal Thread Visual FoxPro recommended books [May 5, 2008 22:49]This contains the Universal Thread Visual FoxPro recommended books that used to be available on the site. Due to the non support of future version of Visual FoxPro, we have archived the tables related to that into a zip file.
Universal Thread Visual FoxPro wish list and bug list archive [May 5, 2008 19:23]This contains the required tables which were used to archive the Visual FoxPro wish list and bug list records. The Universal Thread has ceased the support of those two lists on May 5, 2008 due to the status of the Visual FoxPro product. The related tables used for the relationship data are included.
GKK Project Manager [March 31, 2008 20:37]Replacement Project Manager with support for multiple users and user interface enhancements. Integration with the other released GKK Tools that include the GKK Comparison Tool (forms, classes, tables, procedures, databases), GKK Form Editor, GKK Menu Editor, and GKK Procedure Editor. GKK Project Manager is a dockable form for user placement on the screen. Streamlined interface to minimize its footprint on the VFP desktop.
ThemedControls Version 3.4.8 [March 27, 2008 10:40]ThemedControls is a suite of controls (entirely written in VFP 9) created to improve the UI of your Visual FoxPro applications. It includes OutlookNavBar (formerly known as Outlook2003Bar), Buttons, ExplorerBar, ToolBox, a lot of controls to implement Outlook interface and ZoomNavBar.
SQL Server Mail Notification [February 13, 2008 16:13]To send email messages using this extended stored procedure you do not need to create a mail profile for the user account that is used to start an instance of the MS SQL Server. Also it is not required to have any email clients installed. The extended procedure allows you to send HTML formatted messages. Supports the MS SQL Server 2008/2005/2000/7.0/6.5.
VFP 8 Calendar class [December 29, 2007 18:24]wscalendar2 is a class to create calendars. It is entirely written in VFP 8. Althought this version is pretty basic, it may be a good base to build calendars in your application. wscalendar2 is entirely FREE and the source code is included. Be free to do whatever you want with it. Hope you find it helpfull Eric
FTP Client [December 17, 2007 11:47]Small addon suitable for adding FTP functionality in larger VFP 8/9 projects. Consists of an .app and an .fll. A 'readme' file has further details. FoxFTP is a wininet.dll FTP implementation based on the September 1998 (rev. 3/99) ftp.prg (FTP Services) written by Robert Abram. Callback service for the wininet.dll to display a progress bar for file transfers is implemented using a VFP API Library (callback.fll) based on code written originally by Gregory Adam.
User interface skinning Developer Library. [December 9, 2007 23:22]Do you like skins of Windows Vista? This OS has a great success with Aero and Vista Skins feature. SkinCrafter offers you and your application to try wearing your own skins. With SkinCrafter component you will be able to add skins feature to your software with just several lines of code.No matter if you develop using Visual C++ or Visual Basic, Delphi or CBuilder, C# or VB.Net, SkinCrafter supports all of these development platforms.
DBConvert for FoxPro & MSSQL [December 9, 2007 23:22]DBConvert for FoxPro & MSSQL converter performs rapid and reliable data migration between FoxPro and MS SQL server. Specifying a certain number of fields and tables you are entitled to customize conversion process by configuring several options in wizard like user interface. Primary key, index and foreign key conversion extend possibilities of the presented db tool. Interactive GUI and command line mode are supported by converter as well.
Graphical Month Calendar [November 13, 2007 09:52]Custom month calendar with graphical support. I build this month calendar with graphical background as a replacement to the windows calendar. The degrade bitmaps are created on memory as pictureval values and there is no disk access or any other temporary files on disk. Any comments or suggestions are welcome.
Calculate How Old Are You In YY:DD:HH:MM:SS format [October 28, 2007 01:06]Here is a small VFP code to calculate how old are you in YEARS:DAYS:Hours:Minutes:Seconds. If you are looking for date difference in dd:mm:yyyy format between two dates than you can check http://support.microsoft.com/kb/130444
Convert Seconds To Day:HH:MM:SS [October 22, 2007 05:01]A small code to convert seconds into Day:HH:MM:SS. This code was posted by Andy Kramek on Tuesday, November 02, 2004 2:38:11 PM on Foxite.com forum. I have modified it a bit to inlude the number of days. Its a small one liner very useful code. Feel free to use it!!
VFPPaint [October 18, 2007 22:26]Sometimes users need to make some basic modifications in images that are part of the application, and it is not comfortable for them too have to look for files, choose places to save, etc... In the vast majority of cases, MS-Paint does the job, but I always needed it to be customized... and I couldn't. VFPPaint works much like MSPaint, and creates a canvas that permits you to draw whatever you want with the mouse, but using pure VFP codes, with the help of the GdiPlusX library. In this pro...
Simple Process class for VFP [September 25, 2007 10:21]The component is a useful tool for starting, monitoring, and stopping external applications. It is very easy to use this component if you had experience with .NET Process class. The component allows you to start local system processes only.
Checkbox style combo box [September 10, 2007 15:29]This combo box allows your to represent multiple choices within one drop down. It makes use of the VFP menu to emulate the drop down of a combo. It is best used in environments where you want your users to select multiple items to build up criteria. I am posting this merely as a proof of concept, to further the development of the control. I look forward to any feedback :)