Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to deal with the LNK2001 error? Pin
Jeason Zhao16-Sep-01 15:59
Jeason Zhao16-Sep-01 15:59 
GeneralLong File Name Pin
The_Server16-Sep-01 4:34
The_Server16-Sep-01 4:34 
GeneralRe: Long File Name Pin
Tomasz Sowinski17-Sep-01 1:00
Tomasz Sowinski17-Sep-01 1:00 
GeneralRe: Long File Name Pin
The_Server18-Sep-01 7:57
The_Server18-Sep-01 7:57 
GeneralChecking for IP address / like Pinging HELP!!!! Pin
16-Sep-01 4:20
suss16-Sep-01 4:20 
GeneralRe: Checking for IP address / like Pinging HELP!!!! Pin
Anders Molin16-Sep-01 9:08
professionalAnders Molin16-Sep-01 9:08 
Generalusing VK_UP Pin
16-Sep-01 2:08
suss16-Sep-01 2:08 
GeneralRe: using VK_UP Pin
Christian Graus16-Sep-01 2:12
protectorChristian Graus16-Sep-01 2:12 
You want to capture WM_KEYDOWN, WM_KEYUP or WM_CHAR, then it's a case of doing a switch on the nChar variable passed in:

switch (nChar)
{
   case VK_UP:
        AfxMEssageBox("You pressed up");
        break;


I generally go for WM_KEYDOWN.



Christian

As I learn the innermost secrets of the around me, they reward me in many ways to keep quiet.

Men with pierced ears are better prepared for marriage. They've experienced pain and bought Jewellery.
GeneralRe: using VK_UP Pin
16-Sep-01 2:19
suss16-Sep-01 2:19 
GeneralRe: using VK_UP Pin
Tim Smith16-Sep-01 2:33
Tim Smith16-Sep-01 2:33 
GeneralRe: using VK_UP Pin
16-Sep-01 2:39
suss16-Sep-01 2:39 
Generalproblem with CTreeCtrl Pin
Ghasrfakhri15-Sep-01 23:11
Ghasrfakhri15-Sep-01 23:11 
GeneralRe: problem with CTreeCtrl Pin
Tomasz Sowinski17-Sep-01 0:03
Tomasz Sowinski17-Sep-01 0:03 
Questionhow to transpose all note while playing midi by directmusic ? Pin
15-Sep-01 17:00
suss15-Sep-01 17:00 
GeneralCommunication between 2 embedded web browser controls Pin
Tili15-Sep-01 16:54
Tili15-Sep-01 16:54 
QuestionHow to get path of executable Pin
Jake Palmer15-Sep-01 16:03
Jake Palmer15-Sep-01 16:03 
AnswerRe: How to get path of executable Pin
Tili15-Sep-01 17:03
Tili15-Sep-01 17:03 
AnswerRe: How to get path of executable Pin
Hans-Georg Ulrich17-Sep-01 23:17
Hans-Georg Ulrich17-Sep-01 23:17 
GeneralActiveX Control - sorounding box isnt changed in OnDraw Pin
Anders Eriksson15-Sep-01 14:29
Anders Eriksson15-Sep-01 14:29 
QuestionHow do I remove a function in ATL ? Pin
Christian Graus15-Sep-01 13:19
protectorChristian Graus15-Sep-01 13:19 
AnswerRe: How do I remove a function in ATL ? Pin
Anders Molin15-Sep-01 13:26
professionalAnders Molin15-Sep-01 13:26 
GeneralRe: How do I remove a function in ATL ? Pin
Christian Graus15-Sep-01 13:27
protectorChristian Graus15-Sep-01 13:27 
GeneralRe: How do I remove a function in ATL ? Pin
Tim Smith15-Sep-01 13:34
Tim Smith15-Sep-01 13:34 
GeneralRe: How do I remove a function in ATL ? Pin
Christian Graus15-Sep-01 13:39
protectorChristian Graus15-Sep-01 13:39 
GeneralRe: How do I remove a function in ATL ? Pin
Tim Smith15-Sep-01 13:46
Tim Smith15-Sep-01 13:46 

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.