hi,
i was wondering what wm_copydata and copydatastruct does can anyone give me an example?
cheers
classic_gaming
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20280702.html
I have a DLL that monitors global events and when it finds the correct event I want to send a message to the C# app. So far the DLL appears to be monitoring fine but when I try to send a message t...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20434066.html
Zones:
C#Date Answered: 08/02/2004 Grade: A Views: 0
Howdy all..
I am trying to write an application that communicates between itself and another application. It does this through a handle.. and uses WM_COPYDATA. I have never used this before a...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20434236.html
Hello!
I am doing a component that must intercept the WM_COPYDATA of its parent form.
constructor TBmsComunication.Create(aOwner: TComponent);
begin
inherited;
FSrcHandle := TForm(aOwn...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20734990.html
I have used a structure and the following code . i am getting error access violation when message is sent to destination window. i am not able find were the error lies. plz any one help me .
type...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20793985.htm...
Zones:
Windows MFCDate Answered: 11/11/2003 Grade: A Views: 0
This is really a two part question...
I am writing an app that interfaces with a piece of hardware through a DLL written by the manufacturer. I have no problem with the GUI or loading the DLL, e...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_21882232.html
I am setting Sending a WM_COPYDATA message, for another application to receive. The functionality works fine on one computer but not on another. The condition occurs using the same version of the...
http://www.experts-exchange.com/Microsoft/Development/Q_22758912.html
I would like to know if I can send messages (data) between a vb.net windows service and a vb.net winCe5 application (.netcf2).
There is a sample code ->
http://www.experts-exchange.com/Programmin...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22783567.htm...
Hi all!
I would like to use a custom message (using RegisterWindowMessage) to transfer data between processes (just like WM_COPYDATA). I would like to use the wParam and lParam exactly the same wa...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10037328.html
Zones:
C++Date Answered: 02/02/1998 Grade: C Views: 0
I have two user thread in a Process.
class T1 : public CWinThread
class T2 : public CWinThread
T2* t2;
BOOL T1::InitInstance()
{
t2 = new T2;
t2->CreateThread();
Sleep(3000);
...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10730701.htm...
Zones:
Windows MFCDate Answered: 08/10/2000 Grade: B Views: 8