Click here to Skip to main content
15,908,437 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Example help please Pin
Jhony george1-Jun-07 1:06
Jhony george1-Jun-07 1:06 
AnswerRe: Example help please Pin
Hamid_RT1-Jun-07 1:26
Hamid_RT1-Jun-07 1:26 
QuestionRe: Example help please Pin
David Crow1-Jun-07 3:33
David Crow1-Jun-07 3:33 
QuestionHow to control Controls' Enter Event? Pin
Peter, Chan1-Jun-07 0:15
Peter, Chan1-Jun-07 0:15 
AnswerRe: How to control Controls' Enter Event? Pin
Naveen1-Jun-07 1:04
Naveen1-Jun-07 1:04 
GeneralRe: How to control Controls' Enter Event? Pin
Peter, Chan3-Jun-07 17:05
Peter, Chan3-Jun-07 17:05 
GeneralRe: How to control Controls' Enter Event? Pin
Naveen3-Jun-07 18:06
Naveen3-Jun-07 18:06 
GeneralRe: How to control Controls' Enter Event? [modified] Pin
Peter, Chan3-Jun-07 19:55
Peter, Chan3-Jun-07 19:55 
Ok. Now it works. But I feel a little wonder, what you need to write:
( wParam_i & ~ODDBTN_BS_TYPEMASK ) | BS_OWNERDRAW

why not
BS_OWNERDRAW
or
wParam_i | BS_OWNERDRAW

I still doesn't very clear how to handle edit control's ENTER event.When I set edit's style "multiline", it will accept ENTER event and do the parent Dialog's OnOK() function. But I only want it jump to the next tabstop control or find some function that I can handle the ENTER event.
Thanks for reply.






-- modified at 4:46 Monday 4th June, 2007
GeneralRe: How to control Controls' Enter Event? Pin
Naveen6-Jun-07 21:37
Naveen6-Jun-07 21:37 
GeneralRe: How to control Controls' Enter Event? Pin
Peter, Chan6-Jun-07 21:46
Peter, Chan6-Jun-07 21:46 
QuestionRetrieve message arrival time Pin
JulienLemaitre1-Jun-07 0:02
JulienLemaitre1-Jun-07 0:02 
AnswerRe: Retrieve message arrival time Pin
Arman S.1-Jun-07 0:48
Arman S.1-Jun-07 0:48 
Questionproblem retrieving domain name [modified] Pin
Moonis Ahmed31-May-07 23:34
Moonis Ahmed31-May-07 23:34 
AnswerRe: problem retrieving domain name Pin
Arman S.31-May-07 23:56
Arman S.31-May-07 23:56 
GeneralRe: problem retrieving domain name Pin
Moonis Ahmed3-Jun-07 15:30
Moonis Ahmed3-Jun-07 15:30 
GeneralRe: problem retrieving domain name Pin
Naveen6-Jun-07 20:26
Naveen6-Jun-07 20:26 
GeneralRe: problem retrieving domain name Pin
Moonis Ahmed6-Jun-07 20:31
Moonis Ahmed6-Jun-07 20:31 
GeneralRe: problem retrieving domain name Pin
Naveen6-Jun-07 21:37
Naveen6-Jun-07 21:37 
AnswerRe: problem retrieving domain name Pin
Naveen31-May-07 23:56
Naveen31-May-07 23:56 
AnswerRe: problem retrieving domain name Pin
Rajkumar R31-May-07 23:59
Rajkumar R31-May-07 23:59 
Questiondll for loading bitmap Pin
jannathali31-May-07 23:29
jannathali31-May-07 23:29 
QuestionRe: dll for loading bitmap Pin
Mark Salsbery1-Jun-07 5:56
Mark Salsbery1-Jun-07 5:56 
QuestionRe: dll for loading bitmap Pin
Hamid_RT1-Jun-07 6:27
Hamid_RT1-Jun-07 6:27 
QuestionMemory sharing Pin
anilkrupakar31-May-07 23:22
anilkrupakar31-May-07 23:22 
AnswerRe: Memory sharing Pin
CPallini31-May-07 23:26
mveCPallini31-May-07 23: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.