Click here to Skip to main content
15,889,992 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: WM_INPUT' : undeclared identifier Pin
bob1697213-Sep-08 6:14
bob1697213-Sep-08 6:14 
GeneralRe: WM_INPUT' : undeclared identifier Pin
hariakuthota13-Sep-08 20:14
hariakuthota13-Sep-08 20:14 
GeneralRe: WM_INPUT' : undeclared identifier Pin
bob1697214-Sep-08 8:03
bob1697214-Sep-08 8:03 
AnswerRe: WM_INPUT' : undeclared identifier Pin
Hamid_RT13-Sep-08 21:42
Hamid_RT13-Sep-08 21:42 
QuestionNot able to see the WM_IMPUT in class wizard. Pin
hariakuthota13-Sep-08 5:36
hariakuthota13-Sep-08 5:36 
AnswerRe: Not able to see the WM_IMPUT in class wizard. Pin
bob1697213-Sep-08 6:15
bob1697213-Sep-08 6:15 
GeneralRe: Not able to see the WM_IMPUT in class wizard. Pin
hariakuthota13-Sep-08 6:35
hariakuthota13-Sep-08 6:35 
GeneralRe: Not able to see the WM_IMPUT in class wizard. Pin
bob1697214-Sep-08 7:51
bob1697214-Sep-08 7:51 
Sometimes in VC++ 6.0 you can go to the "Class Wizard", "Class Info" tab, and mess with the "Message Filter" in the "Advanced Options" section to get some messages to appear but I think the WM_INPUT message will not show since the Visual C++ 6.0 IDE was built before XP came out. I would doubt the WM_INPUT would show up on newer IDE's but I can only check up to VC++ 2003 and so far I cannot get the wizard to show it.

You will likely need to add the handler manually but first you will need the appropriate symbols. Anything that says it requires XP will likely mean you will need the February 2003 SDK (or something close in date but not later since this was the last SDK to be officially compatible with VC++ 6.0) for the required symbols in a Visual C++ 6.0 environment. How to get the SDK used to be posted all over the place but Microsoft tends to make it difficult to find stuff after it's lifecycle is declared over. You might be able to define the symbols yourself without the SDK but that is really beyond the scope of your question.

I really liked VC++ 6.0 IDE but I must admit that you should probably move up to a newer IDE if you are going to try and use functionality introduced with Windows XP. It is very painful to use VC++ 6.0 with newer features even with the Platform SDK installed.

I hope that helps.
QuestionHow can i name of the external device connected to the system. Pin
hariakuthota13-Sep-08 5:34
hariakuthota13-Sep-08 5:34 
QuestionMouse XY coordinates are changing slightly when Left MouseButton is pressed Pin
sdancer7513-Sep-08 5:26
sdancer7513-Sep-08 5:26 
AnswerRe: Mouse XY coordinates are changing slightly when Left MouseButton is pressed Pin
Mark Salsbery13-Sep-08 8:42
Mark Salsbery13-Sep-08 8:42 
GeneralRe: Mouse XY coordinates are changing slightly when Left MouseButton is pressed Pin
sdancer7514-Sep-08 21:11
sdancer7514-Sep-08 21:11 
GeneralRe: Mouse XY coordinates are changing slightly when Left MouseButton is pressed Pin
Mark Salsbery15-Sep-08 5:16
Mark Salsbery15-Sep-08 5:16 
GeneralRe: Mouse XY coordinates are changing slightly when Left MouseButton is pressed Pin
sdancer7515-Sep-08 21:35
sdancer7515-Sep-08 21:35 
QuestionEquation Solver Pin
Hadi Dayvary13-Sep-08 1:01
professionalHadi Dayvary13-Sep-08 1:01 
AnswerRe: Equation Solver Pin
CPallini13-Sep-08 1:08
mveCPallini13-Sep-08 1:08 
GeneralRe: Equation Solver Pin
Sauce!13-Sep-08 15:49
Sauce!13-Sep-08 15:49 
GeneralRe: Equation Solver Pin
CPallini13-Sep-08 20:58
mveCPallini13-Sep-08 20:58 
QuestionHeadings on Dialog box Pin
GPat2413-Sep-08 0:24
GPat2413-Sep-08 0:24 
AnswerRe: Headings on Dialog box Pin
CPallini13-Sep-08 0:48
mveCPallini13-Sep-08 0:48 
QuestionPlugins in MFC Pin
Le@rner12-Sep-08 23:58
Le@rner12-Sep-08 23:58 
AnswerRe: Plugins in MFC Pin
SandipG 13-Sep-08 0:07
SandipG 13-Sep-08 0:07 
AnswerRe: Plugins in MFC Pin
Hamid_RT13-Sep-08 21:54
Hamid_RT13-Sep-08 21:54 
GeneralRe: Plugins in MFC Pin
Le@rner14-Sep-08 18:11
Le@rner14-Sep-08 18:11 
GeneralRe: Plugins in MFC Pin
Hamid_RT15-Sep-08 1:53
Hamid_RT15-Sep-08 1:53 

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.