Click here to Skip to main content
15,888,454 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDebug Assertion Failed Pin
Davitor22-May-09 2:29
Davitor22-May-09 2:29 
AnswerRe: Debug Assertion Failed Pin
sujeet22-May-09 2:37
sujeet22-May-09 2:37 
GeneralRe: Debug Assertion Failed Pin
Davitor22-May-09 2:48
Davitor22-May-09 2:48 
QuestionQuery About SDI Application Pin
Saleem Anwar22-May-09 1:08
Saleem Anwar22-May-09 1:08 
AnswerRe: Query About SDI Application Pin
Le@rner22-May-09 20:52
Le@rner22-May-09 20:52 
QuestionHow to send a soap message from browser to a local webservice developed in vc++ Pin
sujeet21-May-09 23:07
sujeet21-May-09 23:07 
AnswerRe: How to send a soap message from browser to a local webservice developed in vc++ Pin
ThatsAlok21-May-09 23:11
ThatsAlok21-May-09 23:11 
QuestionWM_KEYDOWN Pin
susanne121-May-09 22:33
susanne121-May-09 22:33 
HALLO and thanks for the answer, i have the followinbg code in the view.cpp file:

BEGIN_MESSAGE_MAP(CTest_View, CEditView)
ON_WM_LBUTTONDOWN(OnCursorLine) // this should get if the user pressed the return or the up or down arrows
END_MESSAGE_MAP()

// where should i handle WM_KEYDOWN event?
CTest_View::OnCursorLine()
{

if(nChar==VK_DOWN & nChar==VK_RETURN)// how can i get the value of nChar?
}

When i start ma SDI application and press the Return or arrow up/down the Debuger does not go to the OnCursorLine ().

What should i do?
AnswerRe: WM_KEYDOWN Pin
_AnsHUMAN_ 21-May-09 22:39
_AnsHUMAN_ 21-May-09 22:39 
GeneralRe: WM_KEYDOWN Pin
susanne121-May-09 22:53
susanne121-May-09 22:53 
GeneralRe: WM_KEYDOWN Pin
ThatsAlok21-May-09 23:10
ThatsAlok21-May-09 23:10 
GeneralRe: WM_KEYDOWN Pin
susanne121-May-09 23:20
susanne121-May-09 23:20 
GeneralRe: WM_KEYDOWN [modified] Pin
_AnsHUMAN_ 21-May-09 23:17
_AnsHUMAN_ 21-May-09 23:17 
GeneralRe: WM_KEYDOWN Pin
Stuart Dootson21-May-09 23:23
professionalStuart Dootson21-May-09 23:23 
GeneralRe: WM_KEYDOWN Pin
susanne121-May-09 23:39
susanne121-May-09 23:39 
GeneralRe: WM_KEYDOWN Pin
Stuart Dootson21-May-09 23:52
professionalStuart Dootson21-May-09 23:52 
GeneralRe: WM_KEYDOWN Pin
susanne122-May-09 0:06
susanne122-May-09 0:06 
GeneralRe: WM_KEYDOWN Pin
Stuart Dootson22-May-09 0:26
professionalStuart Dootson22-May-09 0:26 
GeneralRe: WM_KEYDOWN Pin
susanne122-May-09 0:31
susanne122-May-09 0:31 
GeneralRe: WM_KEYDOWN Pin
Rajesh R Subramanian22-May-09 0:46
professionalRajesh R Subramanian22-May-09 0:46 
GeneralRe: WM_KEYDOWN Pin
Stuart Dootson22-May-09 0:58
professionalStuart Dootson22-May-09 0:58 
GeneralRe: WM_KEYDOWN Pin
susanne122-May-09 1:02
susanne122-May-09 1:02 
GeneralRe: WM_KEYDOWN Pin
susanne122-May-09 1:03
susanne122-May-09 1:03 
GeneralRe: WM_KEYDOWN Pin
Stuart Dootson22-May-09 1:12
professionalStuart Dootson22-May-09 1:12 
GeneralRe: WM_KEYDOWN Pin
susanne122-May-09 1:26
susanne122-May-09 1:26 

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.