Enter Keywords:
1 - 10 of 271(0.01 seconds)
Sort By:
 
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...
Zones: Windows MFCDate Answered: 04/07/1999 Rating: 6.0 Views: 0
How Can I Send a string to the my app from dll (runtime)? SendMessage(????)? or something else.
Zones: Delphi ProgrammingDate Answered: 02/21/1999 Rating: 7.6 Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 02/27/1999 Rating: 5.8 Views: 0
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.
Zones: Delphi ProgrammingDate Answered: 05/15/1999 Rating: 7.0 Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 06/27/1999 Rating: 9.4 Views: 0
How can I send a message to a child window ? I would like to send some text to another child window.
Zones: Windows MFCDate Answered: 07/12/1999 Rating: 8.0 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, ...
Zones: Windows MFCDate Answered: 02/27/2000 Rating: 7.2 Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 06/03/2000 Rating: 9.0 Views: 0
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 ...
Zones: Windows ProgrammingDate Answered: 06/21/2000 Rating: 7.4 Views: 0
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 ...
Zones: Windows MFCDate Answered: 09/07/2000 Rating: 5.0 Views: 0