Dear experts.
I'm using VC++ 5.0 on WindowsNT4.0 SP3.
I'd like to SendMessage to MyClass which I created by deriving from generic CWnd using class wizard.
But if I SendMessage to MyClass, the messa...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10126401.htm...
Zones:
Windows MFCDate Answered: 04/07/1999 Grade: D Views: 0
How Can I Send a string to the my app from dll (runtime)?
SendMessage(????)? or something else.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10130897.html
Ok - Here are my problem:
My App should send a keyboard combination to the active window.
I registered a systemwide hotkey using the RegisterHotkey API call. If i push my hotkey (i.e. F12) the fo...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10131849.html
Hi
How do I send a code to my program running on a remote PC, and then receive it on that PC. An example would be great.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10160160.html
Hi
I have created two applications, without forms.pas, am I want to send messages betweem them I guess I should use post/sendmessage to send them, but what should be used to read the message. An ex...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10175784.html
How can I send a message to a child window ?
I would like to send some text to another child window.
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10181295.htm...
Zones:
Windows MFCDate Answered: 07/12/1999 Grade: B Views: 0
What is wrong with this function call:
pWnd->SendMessage (WM_CHAR,VK_RETURN,0);
..to send a return key press to a window?
pWnd is a valid (I checked) pointer to a main window or button, ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10289890.htm...
Zones:
Windows MFCDate Answered: 02/27/2000 Grade: C Views: 4
I need to build an NT4 service that when it starts, it starts another program and then simulates a buton press on the started APP. I can get the button info of the started app but I cant seem to si...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10388882.html
I make the following call to a Windows dialog COMBOBOX:
SendMessage( hComboBox, CD_ADDSTRING,
0, (LPARAM) sDrive );
***
where hComboBox is a handle to the
combobox and sDrive ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10503338.html
i m using a third party DLL
and i use SendMessage function. Also i m using user defined messages provided by the third party. Now I get a memory leakage at SendMessage..but i m unable to find out ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10962562.htm...
Zones:
Windows MFCDate Answered: 09/07/2000 Grade: C Views: 0