Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloads
Search: 

Implementation of the Win32 Event object
Ed Rauh
This is the initial release of a class that implements the Event object used for cross-process or cross-thread synchronization by waiting until the object is signalled. This includes CLSEVENT.PRG, the class implementation, and a short demonstration of how it can be used to implement single-instance apps (or forms, by extension.) All VFP source is included; the class uses VFP code and a number of simple API functions through the DECLARE...DLL command,
Created on
23 years ago
Downloads
1316
File type
Rating
5.00/5.00
General information
Rating:
5.00/5.00 (1 rate) Rate this item
Created by

Comments
Add a comment
More downloads created from this member
Ed Rauh
This class will write streams directly to the Windows spooler, completely bypassing the GDI interface. Is does not react to the VFP printer assignments, and does not force normal Windows printer behaviors like page resets, forcing a page feed at the end of a job, forcing skip to top of page between ...
Created on
22 years ago
Downloads
2247
File type
Rating
5.00/5.00
Ed Rauh
Class to report the supported video display modes for the primary display and alter the video display mode of the Windows system dynamically. Intended for use in the development environment; use in the runtime environment is not recommended, especially since it may alter the desktop in a way that t...
Created on
22 years ago
Downloads
1529
File type
Ed Rauh
This class is used to implement the NETRESOURCE structure used by a number of WNet family calls; it both creates and parses them. The new version contains demonstration implementations of WNetAddConnection3(), and a Share enumeration of everything you can find on your net (warning - on large netwo...
Created on
25 years ago
Downloads
1828
File type
Rating
5.00/5.00
Ed Rauh
A way to allocate memory for structures needed by many API calls. CLSHEAP.PRG is a procedure library that implements a non-visual class that manages a memory heap. It can create and release static memory blocks, and provides mechanisms to transfer information between heap allocations and VFP memory ...
Created on
25 years ago
Downloads
3717
File type
Rating
5.00/5.00
Ed Rauh
This contains PROCESS.VCX - a visual class library for the API_APPRUN class described in the Launch App and wait w/o RUN or DOS box FAQ#7774. The class gives the ability to run DOS and WinApps from inside VFP using the CreateProcess() API call, and allows you to wait on termination or return immedia...
Created on
25 years ago
Downloads
4758
File type
Freeware
Rating
5.00/5.00