Click here to Skip to main content
15,899,314 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Simple Picture Control Usage Pin
Mark Salsbery26-Oct-06 8:49
Mark Salsbery26-Oct-06 8:49 
AnswerRe: Simple Picture Control Usage Pin
David Crow26-Oct-06 9:05
David Crow26-Oct-06 9:05 
GeneralRe: Simple Picture Control Usage Pin
jerry1211a26-Oct-06 9:09
jerry1211a26-Oct-06 9:09 
AnswerRe: Simple Picture Control Usage Pin
Hamid_RT26-Oct-06 19:40
Hamid_RT26-Oct-06 19:40 
Questionto make a tab key work Pin
prithaa26-Oct-06 7:54
prithaa26-Oct-06 7:54 
AnswerRe: to make a tab key work Pin
Rajesh R Subramanian26-Oct-06 20:13
professionalRajesh R Subramanian26-Oct-06 20:13 
GeneralRe: to make a tab key work Pin
prithaa26-Oct-06 21:29
prithaa26-Oct-06 21:29 
GeneralRe: to make a tab key work Pin
Rajesh R Subramanian26-Oct-06 21:42
professionalRajesh R Subramanian26-Oct-06 21:42 
if(pMsg->message==WM_KEYDOWN && pMsg->wParam==VK_TAB)
	  pMsg->wParam=NULL;

This way we are handling the message before it is dispatched to the TranslateMessage and DispatchMessage Windows functions. In short, this will completely nullify the effect of tab key within your dialog.



GeneralRe: to make a tab key work Pin
prithaa26-Oct-06 22:07
prithaa26-Oct-06 22:07 
GeneralRe: to make a tab key work Pin
Rajesh R Subramanian26-Oct-06 22:12
professionalRajesh R Subramanian26-Oct-06 22:12 
GeneralRe: to make a tab key work Pin
ThatsAlok28-Oct-06 1:24
ThatsAlok28-Oct-06 1:24 
QuestionConvertingDWord to String. Problems using right shift operator Pin
Monk11126-Oct-06 6:10
Monk11126-Oct-06 6:10 
AnswerRe: ConvertingDWord to String. Problems using right shift operator Pin
PJ Arends26-Oct-06 7:43
professionalPJ Arends26-Oct-06 7:43 
AnswerRe: ConvertingDWord to String. Problems using right shift operator Pin
Mark Salsbery26-Oct-06 8:28
Mark Salsbery26-Oct-06 8:28 
GeneralRe: ConvertingDWord to String. Problems using right shift operator Pin
Monk11126-Oct-06 21:00
Monk11126-Oct-06 21:00 
GeneralRe: ConvertingDWord to String. Problems using right shift operator Pin
Mark Salsbery27-Oct-06 6:01
Mark Salsbery27-Oct-06 6:01 
QuestionSoftware Required to be Developed Pin
Alleyes26-Oct-06 5:34
Alleyes26-Oct-06 5:34 
AnswerRe: Software Required to be Developed Pin
toxcct26-Oct-06 5:55
toxcct26-Oct-06 5:55 
GeneralRe: Software Required to be Developed Pin
Trollslayer26-Oct-06 8:25
mentorTrollslayer26-Oct-06 8:25 
GeneralRe: Software Required to be Developed Pin
Lord Kixdemp26-Oct-06 10:53
Lord Kixdemp26-Oct-06 10:53 
GeneralRe: Software Required to be Developed Pin
ThatsAlok28-Oct-06 1:23
ThatsAlok28-Oct-06 1:23 
QuestionCPPUnit - writing test results in xml file Pin
jayart26-Oct-06 5:24
jayart26-Oct-06 5:24 
AnswerRe: CPPUnit - writing test results in xml file Pin
Wes Aday26-Oct-06 6:09
professionalWes Aday26-Oct-06 6:09 
GeneralRe: CPPUnit - writing test results in xml file Pin
jayart26-Oct-06 6:28
jayart26-Oct-06 6:28 
QuestionCreating a Picture Box Control Pin
jerry1211a26-Oct-06 5:04
jerry1211a26-Oct-06 5:04 

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.