Click here to Skip to main content
15,881,380 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to setrange of spin control Pin
David Crow13-Jul-06 2:48
David Crow13-Jul-06 2:48 
GeneralRe: How to setrange of spin control Pin
vc++_fragrance13-Jul-06 17:02
vc++_fragrance13-Jul-06 17:02 
QuestionHow to Specified Position with Priter. Pin
Uday Janaswamy13-Jul-06 0:44
Uday Janaswamy13-Jul-06 0:44 
AnswerRe: How to Specified Position with Priter. [modified] Pin
includeh1013-Jul-06 1:15
includeh1013-Jul-06 1:15 
GeneralRe: How to Specified Position with Priter. Pin
Uday Janaswamy13-Jul-06 1:35
Uday Janaswamy13-Jul-06 1:35 
QuestionWM_COMMAND Pin
ashish dogra12-Jul-06 23:39
ashish dogra12-Jul-06 23:39 
AnswerRe: WM_COMMAND Pin
A_Fa12-Jul-06 23:47
A_Fa12-Jul-06 23:47 
AnswerRe: WM_COMMAND [modified] Pin
_AnsHUMAN_ 12-Jul-06 23:53
_AnsHUMAN_ 12-Jul-06 23:53 
And here's an extension to the above post
From DOCS
wParam
The high-order word specifies the notification code if the message is from a control. If the message is from an accelerator, this value is 1. If the message is from a menu, this value is zero.
The low-order word specifies the identifier of the menu item, control, or accelerator.

lParam
Handle to the control sending the message if the message is from a control. Otherwise, this parameter is NULL.


Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_


-- modified at 5:54 Thursday 13th July, 2006
AnswerRe: WM_COMMAND Pin
Hamid_RT13-Jul-06 0:09
Hamid_RT13-Jul-06 0:09 
GeneralRe: WM_COMMAND Pin
toxcct13-Jul-06 1:34
toxcct13-Jul-06 1:34 
GeneralRe: WM_COMMAND Pin
Hamid_RT13-Jul-06 2:21
Hamid_RT13-Jul-06 2:21 
GeneralRe: WM_COMMAND Pin
toxcct13-Jul-06 2:24
toxcct13-Jul-06 2:24 
GeneralRe: WM_COMMAND Pin
Hamid_RT13-Jul-06 2:55
Hamid_RT13-Jul-06 2:55 
GeneralRe: WM_COMMAND [modified] Pin
earl13-Jul-06 5:23
earl13-Jul-06 5:23 
AnswerRe: WM_COMMAND Pin
Sarath C13-Jul-06 0:39
Sarath C13-Jul-06 0:39 
QuestionIPC (Inter Process Comunication) [modified] Pin
A_Fa12-Jul-06 23:29
A_Fa12-Jul-06 23:29 
AnswerRe: IPC (Inter Process Comunication) Pin
Jonathan [Darka]13-Jul-06 0:01
professionalJonathan [Darka]13-Jul-06 0:01 
AnswerRe: IPC (Inter Process Comunication) Pin
earl13-Jul-06 7:50
earl13-Jul-06 7:50 
QuestionDifference between Static lib and Dynamic lib Pin
NiceNaidu12-Jul-06 23:22
NiceNaidu12-Jul-06 23:22 
AnswerRe: Difference between Static lib and Dynamic lib Pin
Prakash Nadar13-Jul-06 0:58
Prakash Nadar13-Jul-06 0:58 
GeneralRe: Difference between Static lib and Dynamic lib Pin
Chris Losinger13-Jul-06 3:29
professionalChris Losinger13-Jul-06 3:29 
GeneralRe: Difference between Static lib and Dynamic lib Pin
Prakash Nadar14-Jul-06 4:48
Prakash Nadar14-Jul-06 4:48 
GeneralRe: Difference between Static lib and Dynamic lib Pin
Zac Howland13-Jul-06 4:11
Zac Howland13-Jul-06 4:11 
GeneralRe: Difference between Static lib and Dynamic lib Pin
Prakash Nadar14-Jul-06 4:53
Prakash Nadar14-Jul-06 4:53 
GeneralRe: Difference between Static lib and Dynamic lib Pin
earl14-Jul-06 5:03
earl14-Jul-06 5:03 

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.