Advertisement

1 - 10 of 14 containing alltags:("registerwindowmessage") (0 seconds)
const UINT CWndExcel::WM_GETNAVINFO = (0xC111); //::RegisterWindowMessage(_T("WM_GETNAVINFO")); I have one dialog app(MFC based but question is Windows Q); I also have a dll that loads to excel...
Zones: Windows ProgrammingDate Answered: 04/27/2000 Grade: A Views: 0
Ok, I think this is the last piece of the puzzle that I need to find before making this work. See http://www.experts-exchange.com/Programming/Programming_Languages/Cplusplus/Q_20826109.html for mo...
Zones: C++Date Answered: 12/16/2003 Grade: A Views: 0
I'm having difficulty accessing a return code from an executable I'm calling using Winexec THe documentation for the application tells me to register "BWW_ACCTERM" using the RegisterWindowsMessage...
Zones: Visual BasicDate Answered: 02/19/2004 Grade: A Views: 0
Hey everbody...I'm just sharing some code I wrote to answer a recent question. I couldn't find any VB6 examples here on EE of a "Shell Hook" via RegisterShellHookWindow(): http://msdn.microso...
Zones: Visual BasicDate Answered: 04/27/2006 Grade: A Views: 26
I have dll that is sending messages. In order to get the current messages values I need to call the Windows API function RegisterWindowMessage for each message. CAn show me some sample code how to...
Zones: Delphi ProgrammingDate Answered: 12/22/2006 Grade: A Views: 0
I used RegisterWindowMessage() in my application so that I can receive the message being sent by a second application. I am able to receive the message being sent by the second application.  How...
Zones: Windows ProgrammingDate Answered: 01/05/2000 Grade: A Views: 0
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
How can A Vb and  C++ program sent message to each other. I have this to send a string as VB code Public UWM_CONNECTINTERNET As UINT UWM_CONNECTINTERNET = RegisterWindowMessage("Connect Message")...
Zones: Visual BasicDate Answered: 02/24/1999 Grade: A Views: 0
I have implemented IPC mechanism using RegisterWindowMessage . The sending app allocates memory using GlobalAlloc and gets the pointer using GlobalLock and casts it to ptr to struct and assigns va...
Zones: Windows MFCDate Answered: 05/01/2000 Grade: D Views: 0
I am writing a console delphi CGI app (the master program that runs every time a user clicks a button) that will send an action message to a Slave delphi program that is ALWAYS running on the serve...
Zones: Delphi ProgrammingDate Answered: 09/15/2000 Grade: A Views: 0