README.md
December 5, 2022 ยท View on GitHub
Description
The following code is an example of how to use DDEML in Visual Basic. DDEML (DDE Management Library) is the Win32 API mechanism for performing DDE based interprocess communication. Using it with VB provides a much more customizable and scalable DDE mechanism than using standard VB form-based DDE. The zip file contains an example server and client.
The version 2 server inlcudes DDEAdvise functionality. This allows it to notify clients of data changes.
More Info
See test cases documented in the code.
| Submitted On | 2002-02-14 10:00:42 |
| By | Eric D. Wilson |
| Level | Advanced |
| User Rating | 4.9 (39 globes from 8 users) |
| Compatibility | VB 6.0 |
| Category | DDE |
| World | Visual Basic |
| Archive File | DDEMLv2_zi722094152002.zip |