CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: p.udayakishore

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    4,877

    Re: CMonthCalCtrl

    Hi I am Uday,

    I need information on cmonth calender control.
    can i have any coding for removing default selected date on that control...????
  2. Replies
    7
    Views
    6,536

    Re: TTS_ALWAYSTIP doesn't work !

    am beginner in MFC can u suggest me any books to prepare.
  3. Replies
    7
    Views
    6,536

    Re: TTS_ALWAYSTIP doesn't work !

    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"));
  4. Replies
    7
    Views
    6,536

    Re: TTS_ALWAYSTIP doesn't work !

    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.
  5. Replies
    7
    Views
    6,536

    Re: TTS_ALWAYSTIP doesn't work !

    I got the same problem now,do u have any splution other that sub classing???
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured