Click here to Skip to main content
15,887,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
are you adding your event handlers manually?
why not use the wizard for the same because ON_WM_KEYDOWN() is what you need to add to the message map.
The VS editor adds void Cyourclassview::OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags)
which later on gets called by the framework from where you can call your function to execute

You need to google first, if you have "It's urgent please" mentioned in your question.
Wink | ;-) _AnShUmAn_

modified on Friday, May 22, 2009 5:27 AM

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 
GeneralRe: WM_KEYDOWN Pin
Stuart Dootson22-May-09 2:09
professionalStuart Dootson22-May-09 2:09 
GeneralRe: WM_KEYDOWN Pin
susanne122-May-09 2:28
susanne122-May-09 2:28 
GeneralRe: WM_KEYDOWN Pin
Stuart Dootson22-May-09 4:45
professionalStuart Dootson22-May-09 4:45 
GeneralRe: WM_KEYDOWN Pin
susanne124-May-09 22:28
susanne124-May-09 22:28 
GeneralRe: WM_KEYDOWN Pin
Stuart Dootson25-May-09 0:46
professionalStuart Dootson25-May-09 0: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.