SpyIn

New Updated 17-Aug-97

This sample program provides a utility screen that looks through a file for the readable ASCII data in the file. It also illustrates how easy it is to create a DLL in Visual C++ and use it from Visual FoxPro.

To use the file unzip it with subdirectory information into a directory. Because it will create subdirectories under itself. I might suggest you use \vfp\tools\dftools. All of the tools that will become available here, like Inspect and CodeView, will use components located in the \dftools directory.

When you first open the project you will be asked to locate foxpro.h which is in your \vfp directory. You probably should first take a read through the SpyIn.HLP file it's not very long and provides the details on the inner workings of the application.

Key features of this program include:

Download spyin.zip (116K) Updated: 20-Aug-97 to add missing pickobj.* image files.

05-Jun-98 In order to build the Top-Level form menu you need an updated GENMENU.PRG, the Visual Studio SP3 does not include this file. It is available from Microsoft on a link from article KB Q162800 or directly from the ftp site GENMENU5.EXE.

1