Click here to Skip to main content
15,905,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to use CTabCtrl Pin
toxcct9-Dec-04 23:55
toxcct9-Dec-04 23:55 
AnswerRe: How to use CTabCtrl Pin
Mircea Puiu10-Dec-04 0:41
Mircea Puiu10-Dec-04 0:41 
AnswerRe: How to use CTabCtrl Pin
Maximilien10-Dec-04 0:41
Maximilien10-Dec-04 0:41 
AnswerRe: How to use CTabCtrl Pin
Cedric Moonen10-Dec-04 0:55
Cedric Moonen10-Dec-04 0:55 
General:(( Help in CTypedPtrList / Clist Pin
M AZZAAAM9-Dec-04 23:16
M AZZAAAM9-Dec-04 23:16 
GeneralPb using the OFN_NOCHANGEDIR flag Pin
Forest20049-Dec-04 22:32
Forest20049-Dec-04 22:32 
Questionhow do u get the arrow key events in a window?? Pin
namaskaaram9-Dec-04 22:32
namaskaaram9-Dec-04 22:32 
AnswerRe: how do u get the arrow key events in a window?? Pin
ThatsAlok10-Dec-04 0:00
ThatsAlok10-Dec-04 0:00 
Trap Window WM_KEYDOWN Message and check nChar (in mfc) and wParam( in Win32api) for these code

VK_LEFT or 25 --> LEFT ARROW key  
VK_UP or 26  -->UP ARROW key  
VK_RIGHT or 27  -->RIGHT ARROW key  
VK_DOWN or 28  --> DOWN ARROW key  


-----------------------------
"I Think this Will Help"
-----------------------------
Alok Gupta
visit me at http://www.thisisalok.tk

GeneralCreation of DLL from ActiveX control Pin
tspramod9-Dec-04 22:25
tspramod9-Dec-04 22:25 
GeneralConverting Hex number to Dec number Pin
Mythri.B.L9-Dec-04 21:38
Mythri.B.L9-Dec-04 21:38 
GeneralRe: Converting Hex number to Dec number Pin
ThatsAlok9-Dec-04 21:50
ThatsAlok9-Dec-04 21:50 
GeneralRe: Converting Hex number to Dec number Pin
ThatsAlok9-Dec-04 21:50
ThatsAlok9-Dec-04 21:50 
GeneralRe: Converting Hex number to Dec number Pin
Cedric Moonen9-Dec-04 21:56
Cedric Moonen9-Dec-04 21:56 
GeneralRe: Converting Hex number to Dec number Pin
Mircea Puiu10-Dec-04 0:24
Mircea Puiu10-Dec-04 0:24 
QuestionCould anyone help me to comment these code in detail? Pin
LiYS9-Dec-04 21:32
LiYS9-Dec-04 21:32 
AnswerRe: Could anyone help me to comment these code in detail? Pin
ThatsAlok9-Dec-04 22:12
ThatsAlok9-Dec-04 22:12 
AnswerRe: Could anyone help me to comment these code in detail? Pin
LiYS9-Dec-04 22:15
LiYS9-Dec-04 22:15 
GeneralRe: Could anyone help me to comment these code in detail? Pin
Mircea Puiu10-Dec-04 0:29
Mircea Puiu10-Dec-04 0:29 
GeneralProblem about Owner Window Pin
Arcrest9-Dec-04 21:21
Arcrest9-Dec-04 21:21 
GeneralForward key to another controller Pin
Mathias S.9-Dec-04 21:11
Mathias S.9-Dec-04 21:11 
GeneralInstance of a class..... Pin
aaadetos9-Dec-04 20:44
aaadetos9-Dec-04 20:44 
QuestionHow to get WM_VSCROLL? Pin
freehawk9-Dec-04 20:27
freehawk9-Dec-04 20:27 
AnswerRe: How to get WM_VSCROLL? Pin
ThatsAlok9-Dec-04 21:46
ThatsAlok9-Dec-04 21:46 
GeneralRe: How to get WM_VSCROLL? Pin
freehawk9-Dec-04 22:00
freehawk9-Dec-04 22:00 
AnswerRe: How to get WM_VSCROLL? Pin
ThatsAlok9-Dec-04 23:54
ThatsAlok9-Dec-04 23:54 

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.