From: VivekR on 14 Mar 2005 09:00 Hi All, I need to show a BALLOON tooltip for a check box in my MFC dialog. I tried out the samples from MSDN, code project etc, but the tool tip that appears is not of the BALLOON style. MSDN says that just adding TTS_BALLOON to the flags is enough. Remember i want the tool tip for a check box [or say any MFC control on a MFc dialog], and NOT for an icon in the status bar. Please help me with any information you might have regarding this. Regards VivekR
From: Joseph M. Newcomer on 14 Mar 2005 12:59 Note the documentation says "Version 5.80". There is a possibility (and this is just guessing on my part) that you might have an earlier version of the common controls. joe On 14 Mar 2005 06:00:18 -0800, "VivekR" <KenBase(a)gmail.com> wrote: >Hi All, > >I need to show a BALLOON tooltip for a check box in my MFC dialog. I >tried out the samples from MSDN, code project etc, but the tool tip >that appears is not of the BALLOON style. MSDN says that just adding >TTS_BALLOON to the flags is enough. > >Remember i want the tool tip for a check box [or say any MFC control on >a MFc dialog], and NOT for an icon in the status bar. > >Please help me with any information you might have regarding this. > >Regards >VivekR Joseph M. Newcomer [MVP] email: newcomer(a)flounder.com Web: http://www.flounder.com MVP Tips: http://www.flounder.com/mvp_tips.htm
From: Dennis Kuhn on 14 Mar 2005 16:43 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, check that out: http://www.codeproject.com/miscctrl/pptooltip.asp?df=100&forumid=14542&exp=0&select=787805 I am using it for all my tooltips. It is easy and very comfortable. Dennis VivekR wrote: | Hi All, | | I need to show a BALLOON tooltip for a check box in my MFC dialog. I | tried out the samples from MSDN, code project etc, but the tool tip | that appears is not of the BALLOON style. MSDN says that just adding | TTS_BALLOON to the flags is enough. | | Remember i want the tool tip for a check box [or say any MFC control on | a MFc dialog], and NOT for an icon in the status bar. | | Please help me with any information you might have regarding this. | | Regards | VivekR | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCNgWZd2C3DmZE0nERApiWAKC3dE5AgNhzO8MSKXwHY0VvcDyBYACdEddE 6NeKUPVtSK2zzhsnmt1yoXU= =xe8u -----END PGP SIGNATURE-----
From: VivekR on 15 Mar 2005 00:52 Hi Joe, I am using Windows XP-SP1, Visual C++ 7.1. I use the 5.82.xx version of common controls.
|
Pages: 1 Prev: CListBox - MultiColumn's - How to ?? Next: CHtmlView COleControlSite |