m_tooltip.Create(this)
-
i use this code for creating tooltip what i dont get that tell me what is the problem m_tooltip.Create(this);//, TTS_ALWAYSTIP); m_tooltip.Activate(TRUE); m_tooltip.AddTool(GetDlgItem(IDC_EDIT1),("this is edit box"),NULL,0); m_tooltip.SetToolRect(GetDlgItem(IDC_EDIT1),1,CRect(32,32,64,64)); Ashish Dogra MCA Noida
-
i use this code for creating tooltip what i dont get that tell me what is the problem m_tooltip.Create(this);//, TTS_ALWAYSTIP); m_tooltip.Activate(TRUE); m_tooltip.AddTool(GetDlgItem(IDC_EDIT1),("this is edit box"),NULL,0); m_tooltip.SetToolRect(GetDlgItem(IDC_EDIT1),1,CRect(32,32,64,64)); Ashish Dogra MCA Noida
You dont need to a new thread we can see your thread and see my previous thread_**
**_
whitesky
-
i use this code for creating tooltip what i dont get that tell me what is the problem m_tooltip.Create(this);//, TTS_ALWAYSTIP); m_tooltip.Activate(TRUE); m_tooltip.AddTool(GetDlgItem(IDC_EDIT1),("this is edit box"),NULL,0); m_tooltip.SetToolRect(GetDlgItem(IDC_EDIT1),1,CRect(32,32,64,64)); Ashish Dogra MCA Noida
i read msdn but still i dont get tootip Ashish Dogra MCA Noida
-
i read msdn but still i dont get tootip Ashish Dogra MCA Noida
Did you saw my reply and its not work for you in previous message if its not good for you see To create and manipulate a CToolTipCtrl [^]_**
**_
whitesky
-
Did you saw my reply and its not work for you in previous message if its not good for you see To create and manipulate a CToolTipCtrl [^]_**
**_
whitesky
i do this msdn but still dont get tool tip can u tellme Ashish Dogra MCA Noida
-
i do this msdn but still dont get tool tip can u tellme Ashish Dogra MCA Noida
See
m_Tool.Create(this); m_Tool.AddTool(GetDlgItem(IDC_BUTTON1),"Is this a test"); m_Tool.Activate(true); BOOL CAnswerDlg::PreTranslateMessage(MSG* pMsg) { if (m_Tool) m_Tool.RelayEvent(pMsg); return CDialog::PreTranslateMessage(pMsg); }
_**
**_
whitesky