Re: WTL SetToolTipText not working in UNICODE build
- From: "SvenC" <SvenC@xxxxxxxxxxxxxxxx>
- Date: Tue, 22 May 2007 21:40:07 +0200
Hi Steve,
I have an application that uses bool
CBitmapButton::SetToolTipText(LPCTSTR lpstrText). It works fine in
multi-byte character set, but when I compile the app with UNICODE
character set all the tool tips break.
Thanks for your post.
Here is a sample function call.
m_butBrowseBy.SetToolTipText(_T("Select a view to browse by"));
That looks good. How does the error manifest itself? It compiles OK I assume. Does no tooltip show up, or is it displaying incorrect or no text?
--
SvenC
.
- References:
- WTL SetToolTipText not working in UNICODE build
- From: Steve Foxover
- Re: WTL SetToolTipText not working in UNICODE build
- From: Steve Foxover
- WTL SetToolTipText not working in UNICODE build
- Prev by Date: DEP (Data Execution Prevention) in WinXP SP2 and ATL/WTL thunk.
- Next by Date: Re: DEP (Data Execution Prevention) in WinXP SP2 and ATL/WTL thunk.
- Previous by thread: Re: WTL SetToolTipText not working in UNICODE build
- Next by thread: Who could provide to me about persistence using atl?
- Index(es):
Loading