Click here to Skip to main content
16,017,279 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionExample help please Pin
Y_Kaushik1-Jun-07 0:17
Y_Kaushik1-Jun-07 0:17 
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 
ok ok i missed one point. In addition to the above thing handle the BN_SETSTYLE message( you have to manully add it message map. Class wizrad will not show this message ).

in the mesasge map
ON_MESSAGE( BM_SETSTYLE, OnSetStyle )

The function
LRESULT ButtonEx::OnSetStyle( WPARAM wParam_i, LPARAM lParam_i )<br />
{<br />
        const int ODDBTN_BS_TYPEMASK = 0x0000000FL;<br />
        return DefWindowProc( BM_SETSTYLE, ( wParam_i & ~ODDBTN_BS_TYPEMASK ) | BS_OWNERDRAW, lParam_i );<br />
 }



GeneralRe: How to control Controls' Enter Event? [modified] Pin
Peter, Chan3-Jun-07 19:55
Peter, Chan3-Jun-07 19:55 
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 

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.