Click here to Skip to main content
15,892,737 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: int value through string Pin
Hamid_RT4-Dec-07 20:07
Hamid_RT4-Dec-07 20:07 
GeneralRe: int value through string Pin
Cedric Moonen4-Dec-07 20:14
Cedric Moonen4-Dec-07 20:14 
GeneralRe: int value through string Pin
Hamid_RT4-Dec-07 20:28
Hamid_RT4-Dec-07 20:28 
GeneralRe: int value through string Pin
CodingLover4-Dec-07 20:12
CodingLover4-Dec-07 20:12 
GeneralRe: int value through string Pin
jhwurmbach5-Dec-07 1:26
jhwurmbach5-Dec-07 1:26 
GeneralRe: int value through string Pin
David Crow5-Dec-07 2:47
David Crow5-Dec-07 2:47 
GeneralRe: int value through string Pin
CodingLover5-Dec-07 18:05
CodingLover5-Dec-07 18:05 
QuestionRe: int value through string Pin
Hamid_RT4-Dec-07 18:59
Hamid_RT4-Dec-07 18:59 
GeneralRe: int value through string Pin
CodingLover4-Dec-07 19:37
CodingLover4-Dec-07 19:37 
GeneralRe: int value through string Pin
Hamid_RT4-Dec-07 19:38
Hamid_RT4-Dec-07 19:38 
GeneralRe: int value through string Pin
CodingLover4-Dec-07 20:19
CodingLover4-Dec-07 20:19 
QuestionRe: int value through string Pin
David Crow5-Dec-07 2:49
David Crow5-Dec-07 2:49 
GeneralRe: int value through string Pin
Nelek5-Dec-07 3:43
protectorNelek5-Dec-07 3:43 
GeneralUse of SetWindowsHookEx detectd as spyware Pin
Sudhir Mangla4-Dec-07 18:16
professionalSudhir Mangla4-Dec-07 18:16 
GeneralRe: Use of SetWindowsHookEx detectd as spyware Pin
Naveen4-Dec-07 20:42
Naveen4-Dec-07 20:42 
Questionwhy rename would fail sometimes? Pin
kcynic4-Dec-07 15:01
kcynic4-Dec-07 15:01 
AnswerRe: why rename would fail sometimes? Pin
David Crow4-Dec-07 16:51
David Crow4-Dec-07 16:51 
AnswerRe: why rename would fail sometimes? Pin
Hamid_RT4-Dec-07 18:16
Hamid_RT4-Dec-07 18:16 
GeneralUnwanted control characters in a CString Pin
Tom Paronis4-Dec-07 13:36
Tom Paronis4-Dec-07 13:36 
QuestionRe: Unwanted control characters in a CString Pin
David Crow4-Dec-07 16:43
David Crow4-Dec-07 16:43 
GeneralCalling CreateProcessAsUser from service on to Winsta0//winlogon desktop in Vista. Pin
Ronakkumar Patel4-Dec-07 9:18
Ronakkumar Patel4-Dec-07 9:18 
GeneralCImage and VC++ 6 Pin
RomTibi4-Dec-07 9:11
RomTibi4-Dec-07 9:11 
GeneralRe: CImage and VC++ 6 Pin
David Crow4-Dec-07 10:34
David Crow4-Dec-07 10:34 
GeneralRe: CImage and VC++ 6 Pin
Hamid_RT4-Dec-07 18:20
Hamid_RT4-Dec-07 18:20 
GeneralAdding WM_VSCROLL to message handler for slider control in VS 2005 with C++ and MFC Pin
GrizzlyDoug4-Dec-07 8:04
GrizzlyDoug4-Dec-07 8:04 
In trying to add WM_VSCROLL to message handler for slider control in VS 2005 with C++ and MFC, I ran into problem that the slider only supports 4 NMXXXXXXXXX messages or events. What wizards and tabs/menu selections do I choose to get to a place where I can add the WM_VSCROLL message handler to handle messages for the slider so I can get access to it's current value. This is probably an easy thing to do, but it seems like it has gotten more difficult since access to all the messages has been limited, leaving only a very small subset.

GrizMan

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.