Click here to Skip to main content
16,008,719 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Link before compile (?) in MSDev Pin
Jeremy Pullicino4-Jul-02 1:50
Jeremy Pullicino4-Jul-02 1:50 
GeneralRe: Link before compile (?) in MSDev Pin
Tibor Blazko4-Jul-02 1:51
Tibor Blazko4-Jul-02 1:51 
GeneralRe: Link before compile (?) in MSDev Pin
Tibor Blazko4-Jul-02 3:56
Tibor Blazko4-Jul-02 3:56 
GeneralRe: Link before compile (?) in MSDev Pin
Martin Ziacek4-Jul-02 4:22
Martin Ziacek4-Jul-02 4:22 
QuestionActiveX events from automation server (.EXE) ? Pin
4-Jul-02 1:36
suss4-Jul-02 1:36 
AnswerRe: ActiveX events from automation server (.EXE) ? Pin
MrBean4-Jul-02 22:21
MrBean4-Jul-02 22:21 
GeneralRe: ActiveX events from automation server (.EXE) ? Pin
MrBean7-Jul-02 22:00
MrBean7-Jul-02 22:00 
GeneralQuestion about Spy++ Pin
User 66584-Jul-02 1:19
User 66584-Jul-02 1:19 
Hi!

I use Spy++ to watch the messages a windows sends. For example if the user clicks on a menu item Spy++ loggs the following messages:

WM_MENUSELECT
WM_COMMAND wNotifyCode: 0 (sent from a menu) wID:7224


If I doubleclick on the WM_COMMAND log a new windows opens show the parameters (wParam and lParams) sent by WM_COMMAND. Often these values have a wParam like 00001C38.
Now I want to emulate this message. I tried:
SendMessage(wnd,WM_COMMAND,00001C38,0);

But this doesn't compile. So how do I need to write the wParam/lParam parameter shown in Spy++ in order to use it in my own SendMessage function?

thanks in advance

modified 12-Sep-18 21:01pm.

GeneralRe: Question about Spy++ Pin
Nish Nishant4-Jul-02 1:49
sitebuilderNish Nishant4-Jul-02 1:49 
GeneralRe: Question about Spy++ Pin
User 66584-Jul-02 8:16
User 66584-Jul-02 8:16 
General#pragma once and #ifndef Pin
-Dy4-Jul-02 0:35
-Dy4-Jul-02 0:35 
GeneralRe: #pragma once and #ifndef Pin
Alan Chambers4-Jul-02 1:16
Alan Chambers4-Jul-02 1:16 
GeneralRe: #pragma once and #ifndef Pin
Alexandru Savescu4-Jul-02 8:51
Alexandru Savescu4-Jul-02 8:51 
GeneralRe: #pragma once and #ifndef Pin
markkuk4-Jul-02 1:21
markkuk4-Jul-02 1:21 
GeneralRe: #pragma once and #ifndef Pin
Michael Dunn4-Jul-02 7:32
sitebuilderMichael Dunn4-Jul-02 7:32 
GeneralOnUpdate(CCmdUI* pCmdUI) isnt called Pin
John Oliver3-Jul-02 23:47
John Oliver3-Jul-02 23:47 
GeneralRe: OnUpdate(CCmdUI* pCmdUI) isnt called Pin
Michael Dunn4-Jul-02 7:34
sitebuilderMichael Dunn4-Jul-02 7:34 
GeneralRe: OnUpdate(CCmdUI* pCmdUI) isnt called Pin
John Oliver5-Jul-02 0:07
John Oliver5-Jul-02 0:07 
QuestionMAKEWPARAM ??? Pin
Alek3-Jul-02 23:09
Alek3-Jul-02 23:09 
AnswerRe: MAKEWPARAM ??? Pin
4-Jul-02 23:23
suss4-Jul-02 23:23 
Generaldevice context question Pin
3-Jul-02 22:32
suss3-Jul-02 22:32 
GeneralRe: device context question Pin
4-Jul-02 9:19
suss4-Jul-02 9:19 
GeneralVersion info managing Pin
56789012343-Jul-02 22:29
56789012343-Jul-02 22:29 
Generalhelp me in MFC Pin
HoldMe3-Jul-02 22:13
HoldMe3-Jul-02 22:13 
Generalautologin with Win2000 Pin
Jerome Conus3-Jul-02 20:13
Jerome Conus3-Jul-02 20:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.