FoxPro Program For Printing Labels - LblPrint

This is a very simple label printer application I wrote for work. I don’t have the code for download, because it’s a very specific application, and probably won’t work for you, but it does showcase some of the powerfull features of Foxpro.
Here is how it works:
The user enters a search term, then clicks the search [...]

FoxPro Program For Sharing Files At Lanparties - UtFiles

I’ve had this app for a while. In fact, this was one of the very first apps I built in Foxpro. I haven’t posted it because I wanted to get it cleaned up and add in some of the new things I’ve learned.
It’s basically a file sorting utility that takes files from a specified source [...]

FoxPro Program For Extracting HTML - GetHtml

Another little program released. This program is for retrieving the HTML of a web page.
After experimenting with the West Wind Internet and Client Tools and then with my own version of a wininet.dll wrapper, I decided the easiest way was to use the WinHTTP service. I didn’t even know it existed until I found it [...]

FoxPro Program For Testing SMTP Servers - SmtpTester

Ok…so here it is…the first of hopefully many applications you can download.
The idea to create this app came to me while I was trying to troubleshoot my uncle’s program that wouldn’t connect to his smtp server. His application is in VB6 and he uses it to send out emails from a list of addresses in [...]

_Shortcutmenu Fix for ctl32_gripper

Update 09/10/2007: Per Carlos’s comment below, please note this fix is no longer needed.
In developing some of my Foxpro apps, I discovered that there is no built-in way of putting a gripper in the lower right-hand corner of my forms. Luckily, the wonderful foxpro community has a fix for this. In fact, there are several [...]