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

C / C++ / MFC

 
GeneralRe: Regarding change of Dialog Background Colour Pin
yaminisridaran29-Mar-07 19:38
yaminisridaran29-Mar-07 19:38 
GeneralRe: Regarding change of Dialog Background Colour Pin
yaminisridaran29-Mar-07 20:04
yaminisridaran29-Mar-07 20:04 
AnswerRe: Regarding change of Dialog Background Colour Pin
Naveen29-Mar-07 18:59
Naveen29-Mar-07 18:59 
GeneralRe: Regarding change of Dialog Background Colour Pin
yaminisridaran29-Mar-07 19:10
yaminisridaran29-Mar-07 19:10 
GeneralRe: Regarding change of Dialog Background Colour Pin
Naveen29-Mar-07 19:28
Naveen29-Mar-07 19:28 
GeneralRe: Regarding change of Dialog Background Colour Pin
yaminisridaran29-Mar-07 19:44
yaminisridaran29-Mar-07 19:44 
AnswerRe: Regarding change of Dialog Background Colour Pin
prasad_som29-Mar-07 19:09
prasad_som29-Mar-07 19:09 
GeneralRe: Regarding change of Dialog Background Colour Pin
yaminisridaran29-Mar-07 20:17
yaminisridaran29-Mar-07 20:17 
I am getting the error message in this code

CNotifyWnd(HWND hParentWnd=NULL,int nWidth=100,int nHeight=80,unsigned int nShowTime=100,BYTE nOpacity=255 )
:m_hParenWnd(hParentWnd),m_nWidth(nWidth),m_nHeight(nHeight),m_nShowTime(nShowTime),m_nOpacity(nOpacity),m_nCurrentOpacity(0)
{
}
DECLARE_WND_CLASS("CNotifyWnd")
BEGIN_MSG_MAP(CNotifier)
MESSAGE_HANDLER(WM_CREATE, OnCreate)
MESSAGE_HANDLER(WM_TIMER, OnTimer)
MESSAGE_HANDLER(WM_PAINT, OnPaint)
MESSAGE_HANDLER(WM_DESTROY, OnDestroy)
MESSAGE_HANDLER(WM_CLOSE, OnClose)
MESSAGE_HANDLER(WM_MOUSEMOVE, OnMouseMove)
MESSAGE_HANDLER(WM_MOUSELEAVE, OnMouseLeave)
//reflect notifications to child
REFLECT_NOTIFICATIONS()
Questiondraw directly into the view without waiting for OnDraw Pin
code_discuss29-Mar-07 17:23
code_discuss29-Mar-07 17:23 
AnswerRe: draw directly into the view without waiting for OnDraw Pin
Christian Graus29-Mar-07 17:30
protectorChristian Graus29-Mar-07 17:30 
AnswerRe: draw directly into the view without waiting for OnDraw Pin
Naveen29-Mar-07 17:35
Naveen29-Mar-07 17:35 
QuestionDebug ASSERT FAILURE if new component is added[modified] Pin
sonavi29-Mar-07 14:39
sonavi29-Mar-07 14:39 
AnswerRe: Hi i am fresher to vc++ please help me Pin
Stephen Hewitt29-Mar-07 17:12
Stephen Hewitt29-Mar-07 17:12 
AnswerRe: Hi i am fresher to vc++ please help me Pin
prasad_som29-Mar-07 18:10
prasad_som29-Mar-07 18:10 
AnswerRe: Debug ASSERT FAILURE if new component is added[modified] Pin
ThatsAlok1-Apr-07 20:46
ThatsAlok1-Apr-07 20:46 
QuestionTwo lines in edit box Pin
Oliver12329-Mar-07 13:58
Oliver12329-Mar-07 13:58 
AnswerRe: Two lines in edit box Pin
Michael Dunn29-Mar-07 14:12
sitebuilderMichael Dunn29-Mar-07 14:12 
AnswerRe: Two lines in edit box Pin
Oliver12329-Mar-07 15:44
Oliver12329-Mar-07 15:44 
Questionreading from microphone or line in plug using C++ Pin
Whatever_amb29-Mar-07 13:03
Whatever_amb29-Mar-07 13:03 
Questionwin32 controls not repainting when logging off then in Pin
towertsk29-Mar-07 12:01
towertsk29-Mar-07 12:01 
QuestionRe: win32 controls not repainting when logging off then in Pin
prasad_som29-Mar-07 18:16
prasad_som29-Mar-07 18:16 
QuestionMakefile from within Visual Studio 2005 Pin
bvibhu29-Mar-07 10:55
bvibhu29-Mar-07 10:55 
QuestionQuestion about optimization of C++ using inline Pin
godspeed12329-Mar-07 10:51
godspeed12329-Mar-07 10:51 
AnswerRe: Question about optimization of C++ using inline Pin
Mark Salsbery29-Mar-07 11:26
Mark Salsbery29-Mar-07 11:26 
AnswerRe: Question about optimization of C++ using inline Pin
ThatsAlok1-Apr-07 20:42
ThatsAlok1-Apr-07 20:42 

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.