Examples

See the sample programs server and client in the IPC samples directory. Run the server, then the client. This demonstrates using the Execute, Request, and Poke commands from the client, together with an Advise loop: selecting an item in the server list box causes that item to be highlighted in the client list box.

See also the source for wxHelp, which is a DDE server, and the files wx_help.h and wx_help.cc which implement the client interface to wxHelp.