Click here to Skip to main content
15,922,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: writing classes for FFT, new and confused. help! Pin
cp987625-Mar-07 20:59
cp987625-Mar-07 20:59 
GeneralRe: writing classes for FFT, new and confused. help! Pin
cedance25-Mar-07 21:54
cedance25-Mar-07 21:54 
GeneralRe: writing classes for FFT, new and confused. help! Pin
cp987625-Mar-07 22:12
cp987625-Mar-07 22:12 
GeneralRe: writing classes for FFT, new and confused. help! Pin
cedance25-Mar-07 22:54
cedance25-Mar-07 22:54 
GeneralRe: writing classes for FFT, new and confused. help! Pin
cp987626-Mar-07 0:56
cp987626-Mar-07 0:56 
GeneralRe: writing classes for FFT, new and confused. help! Pin
cp987626-Mar-07 20:30
cp987626-Mar-07 20:30 
QuestionHow to add new/custom event in Visual C++ Pin
HandyC++25-Mar-07 18:18
HandyC++25-Mar-07 18:18 
AnswerRe: How to add new/custom event in Visual C++ Pin
Parthi_Appu25-Mar-07 19:10
Parthi_Appu25-Mar-07 19:10 
HandyC++ wrote:
when i use textbox control there is no OnKeypress, OnKeyDown event available on Class Wizard for this textbox control


B'coz no need for those events for Edit Control. But if you want to process those message, then

1) Derive a custom Edit control class and Handle the WM_KEYUP,WM_KEYDOWN messages
or
2) Override PreTranslateMessage method of your dialog and check for your Edit Control messages


Do your Duty and Don't expect the Result
Rate this Post, if I helped You

GeneralRe: How to add new/custom event in Visual C++ Pin
HandyC++25-Mar-07 21:12
HandyC++25-Mar-07 21:12 
QuestionCView/ new line Pin
_808625-Mar-07 18:16
_808625-Mar-07 18:16 
AnswerRe: CView/ new line Pin
Nibu babu thomas25-Mar-07 18:58
Nibu babu thomas25-Mar-07 18:58 
GeneralRe: CView/ new line Pin
_808625-Mar-07 19:25
_808625-Mar-07 19:25 
QuestionHow can i change CTreeCtrl properties in run time ? Pin
Yanshof25-Mar-07 18:09
Yanshof25-Mar-07 18:09 
AnswerRe: How can i change CTreeCtrl properties in run time ? [modified] Pin
Parthi_Appu25-Mar-07 18:54
Parthi_Appu25-Mar-07 18:54 
QuestionItem's problem of states and action Pin
Chen-XuNuo25-Mar-07 17:44
Chen-XuNuo25-Mar-07 17:44 
AnswerRe: Item's problem of states and action Pin
Nibu babu thomas25-Mar-07 19:13
Nibu babu thomas25-Mar-07 19:13 
GeneralRe: Item's problem of states and action Pin
Chen-XuNuo26-Mar-07 4:09
Chen-XuNuo26-Mar-07 4:09 
QuestionSTL trickery [modified] Pin
User 58385225-Mar-07 16:07
User 58385225-Mar-07 16:07 
AnswerRe: STL trickery Pin
Stephen Hewitt25-Mar-07 17:42
Stephen Hewitt25-Mar-07 17:42 
GeneralRe: STL trickery Pin
User 58385225-Mar-07 20:24
User 58385225-Mar-07 20:24 
GeneralRe: STL trickery Pin
Stephen Hewitt25-Mar-07 20:42
Stephen Hewitt25-Mar-07 20:42 
GeneralRe: STL trickery Pin
User 58385225-Mar-07 20:57
User 58385225-Mar-07 20:57 
GeneralRe: STL trickery Pin
Stephen Hewitt25-Mar-07 21:10
Stephen Hewitt25-Mar-07 21:10 
GeneralRe: STL trickery Pin
User 58385225-Mar-07 21:19
User 58385225-Mar-07 21:19 
GeneralRe: STL trickery Pin
Stephen Hewitt25-Mar-07 21:51
Stephen Hewitt25-Mar-07 21:51 

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.