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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10334537.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20826347.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20888305.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21730619.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22099011.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10249646.html
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
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")...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10128436.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10336020.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_11219098.html