Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Delphi IPC Component with WM_COPYDATA.
no vote
TITLE : Delphi IPC Component with Windows WM_COPYDATA Message. I made simple class which can exchange data between application with WM_COPYDATA. It's usage is simple. step 1) Just, create TIPCReceiver instance. step 2) bing TIPCReceiver.OnData event on your project. step 3) OnData Event will be fired whenever receive a data from other application. step 4) If you want send data to other form or application, just use TIPCReceiver.Send method. it's done. ^^
schiva2
2016-08-23
1
1
Through the network camera tracking of color objec
no vote
This small program tracking object with it's color. It acquire frame source from web cam and then, it tracking object. It use openCV( open source ) library. It will be useful for image processing beginner.
schiva2
2016-08-23
0
1
No more~