Advertisement

1 - 10 of 27 containing alltags:("wm_copydata") (0 seconds)
hi, i was wondering what wm_copydata and copydatastruct does can anyone give me an example? cheers classic_gaming
Zones: Delphi ProgrammingDate Answered: 08/10/2002 Grade: A Views: 4
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...
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...
Zones: Delphi ProgrammingDate Answered: 12/26/2002 Grade: A Views: 4
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...
Zones: Delphi ProgrammingDate Answered: 09/11/2003 Grade: A Views: 0
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...
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...
Zones: MS Visual C++Date Answered: 06/11/2006 Grade: A Views: 0
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...
Zones: MS Dev, Windows XP, Mi...Date Answered: 08/15/2007 Grade: A Views: 0
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...
Zones: MS Visual Basic, .N...Date Answered: 08/28/2007 Grade: B Views: 4
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...
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);       ...
Zones: Windows MFCDate Answered: 08/10/2000 Grade: B Views: 8