Click here to Skip to main content
15,888,097 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MSVCR80.dll problem ....plz help Pin
AbhishekBK9-Aug-06 1:40
AbhishekBK9-Aug-06 1:40 
GeneralRe: MSVCR80.dll problem ....plz help Pin
sach!!9-Aug-06 3:22
sach!!9-Aug-06 3:22 
GeneralRe: MSVCR80.dll problem ....plz help Pin
AbhishekBK9-Aug-06 4:16
AbhishekBK9-Aug-06 4:16 
Questionshow Tooltip from application Pin
Manjunath S8-Aug-06 23:43
Manjunath S8-Aug-06 23:43 
AnswerRe: show Tooltip from application Pin
Naveen9-Aug-06 0:13
Naveen9-Aug-06 0:13 
GeneralRe: show Tooltip from application Pin
Manjunath S9-Aug-06 0:29
Manjunath S9-Aug-06 0:29 
GeneralRe: show Tooltip from application Pin
Naveen9-Aug-06 0:35
Naveen9-Aug-06 0:35 
AnswerRe: show Tooltip from application Pin
Hamid_RT9-Aug-06 2:51
Hamid_RT9-Aug-06 2:51 
See
<br />
m_tooltip.Create(this);<br />
SetToolTip("ADAD");<br />
<pre><br />
void CAnswerView::SetToolTip(LPTSTR ToolTip)<br />
{<br />
    TOOLINFO ti;<br />
    ti.cbSize   = sizeof(TOOLINFO);<br />
    ti.lpszText = ToolTip;<br />
    ti.hinst    = AfxGetInstanceHandle();<br />
    ti.hwnd     = m_Button.m_hWnd;<br />
		<br />
    ti.uFlags   = TTF_SUBCLASS | TTF_IDISHWND;<br />
    ti.uId      = (UINT) m_Button.m_hWnd;<br />
    m_tooltip.SendMessage(TTM_ADDTOOL, 0, (LPARAM) &ti);<br />
}<br />




WhiteSky


QuestionIME problems Pin
Waldermort8-Aug-06 23:39
Waldermort8-Aug-06 23:39 
AnswerRe: IME problems Pin
A_Fa9-Aug-06 1:43
A_Fa9-Aug-06 1:43 
GeneralRe: IME problems Pin
Waldermort9-Aug-06 2:39
Waldermort9-Aug-06 2:39 
QuestionHow to Remove menu of childframe? [modified] Pin
narayanagvs8-Aug-06 23:31
narayanagvs8-Aug-06 23:31 
AnswerRe: How to Remove menu of childframe? Pin
Parthi_Appu9-Aug-06 1:08
Parthi_Appu9-Aug-06 1:08 
QuestionTo Logon Remotely to another computer in the same Domain Pin
Deepa N8-Aug-06 23:17
Deepa N8-Aug-06 23:17 
AnswerRe: To Logon Remotely to another computer in the same Domain Pin
David Crow9-Aug-06 3:33
David Crow9-Aug-06 3:33 
QuestionSerializing a vector Pin
AbhishekBK8-Aug-06 23:08
AbhishekBK8-Aug-06 23:08 
AnswerRe: Serializing a vector Pin
toxcct8-Aug-06 23:28
toxcct8-Aug-06 23:28 
AnswerRe: Serializing a vector Pin
Viorel.8-Aug-06 23:59
Viorel.8-Aug-06 23:59 
AnswerA more accurate description of my problem Pin
AbhishekBK9-Aug-06 0:53
AbhishekBK9-Aug-06 0:53 
Questionsome doubts in Sockets. [modified] Pin
uday kiran janaswamy8-Aug-06 22:43
uday kiran janaswamy8-Aug-06 22:43 
AnswerRe: some doubts in Sockets. Pin
David Crow9-Aug-06 3:30
David Crow9-Aug-06 3:30 
QuestionPlease help Pin
Jawad Yasin8-Aug-06 22:34
Jawad Yasin8-Aug-06 22:34 
AnswerRe: Please help Pin
Hamid_RT8-Aug-06 22:36
Hamid_RT8-Aug-06 22:36 
GeneralRe: Please help Pin
Jawad Yasin8-Aug-06 22:41
Jawad Yasin8-Aug-06 22:41 
GeneralRe: Please help Pin
Hamid_RT8-Aug-06 22:56
Hamid_RT8-Aug-06 22:56 

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.