February 25th, 2013 12:36 AM
Hi I am Uday,
I need information on cmonth calender control.
can i have any coding for removing default selected date on that control...????
January 30th, 2013 06:04 AM
am beginner in MFC can u suggest me any books to prepare.
January 30th, 2013 05:32 AM
created a tool tip variable,
added pretranslatemsg function and with this code
m_tooltip.Create(this, TTS_BALLOON | TTS_ALWAYSTIP );
m_tooltip.AddTool(GetDlgItem(IDC_EDIT1),_T("edit box"));
January 30th, 2013 05:27 AM
its a SDI application,am disabling the edit control to type any text in that,and i wanted to display tool tip on that edit control but this property is not working.
IDE is visual studio 2010.
January 30th, 2013 04:26 AM
I got the same problem now,do u have any splution other that sub classing???