https://github.com/joymon/win32ipcdemo
Demo app for Win32 IPC APIs such as SendMessage
https://github.com/joymon/win32ipcdemo
Last synced: about 1 year ago
JSON representation
Demo app for Win32 IPC APIs such as SendMessage
- Host: GitHub
- URL: https://github.com/joymon/win32ipcdemo
- Owner: joymon
- License: gpl-3.0
- Created: 2016-09-14T11:47:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T11:59:58.000Z (over 9 years ago)
- Last Synced: 2025-01-30T23:32:16.217Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Win32IPCDemo
Demo app for Win32 IPC APIs such as SendMessage
##How to run
- Download the source
- Compilation will generate the exe files in .\Binaries folder
- Run the .exe files and use the buttons inside to send message back and forth.