Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: baudrate and other serial communication parameters Pin
hariakuthota28-Jul-08 18:18
hariakuthota28-Jul-08 18:18 
GeneralRe: baudrate and other serial communication parameters Pin
Cedric Moonen28-Jul-08 20:29
Cedric Moonen28-Jul-08 20:29 
QuestionMFC/Win32 Enumerate Font size ? Pin
Maximilien28-Jul-08 9:31
Maximilien28-Jul-08 9:31 
AnswerRe: MFC/Win32 Enumerate Font size ? Pin
_AnsHUMAN_ 28-Jul-08 9:42
_AnsHUMAN_ 28-Jul-08 9:42 
GeneralRe: MFC/Win32 Enumerate Font size ? Pin
Maximilien29-Jul-08 7:23
Maximilien29-Jul-08 7:23 
Questionshortcut for menu operations Pin
hariakuthota28-Jul-08 8:54
hariakuthota28-Jul-08 8:54 
Questiontooltips for controls in the group box Pin
hariakuthota28-Jul-08 8:52
hariakuthota28-Jul-08 8:52 
GeneralRe: tooltips for controls in the group box Pin
fantasy121528-Jul-08 16:52
fantasy121528-Jul-08 16:52 
I'm a newbie to MFC or even WIN32 GDI programming too.
I've tried your test.(Eg, deal with TTN_NEEDTEXT notification)
Yes, in the group box it doesn't work at all.

But indeed, we can figure out this problem by using ::CreateWindowEx, passing the TOOLTIPS_CLASS as the window class name,
This link would help you.http://www.codeproject.com/KB/cpp/Tool_Tip.aspx[^]

If you're using VC6.0, you'll encounter this compile error:
<br />
error C2065: 'TTS_BALLOON' : undeclared identifier


I haven't found an excellent resolution. And I googled, someone fixed this by adding this line(in the stdafx.h or somewhere):
<br />
#define   TTS_BALLOON   0x40


If you found why 'TTS_BALLOON' showed undeclared, please reply my thread, I'd like to know too.
QuestionRe: Wanna show multi-lines in the tooltip Pin
fantasy121528-Jul-08 19:34
fantasy121528-Jul-08 19:34 
QuestionProblem with DLL Pin
Nandu_77b28-Jul-08 6:20
Nandu_77b28-Jul-08 6:20 
AnswerRe: Problem with DLL Pin
led mike28-Jul-08 6:30
led mike28-Jul-08 6:30 
JokeRe: Problem with DLL Pin
Luc Pattyn28-Jul-08 7:14
sitebuilderLuc Pattyn28-Jul-08 7:14 
GeneralRe: Problem with DLL Pin
led mike28-Jul-08 7:34
led mike28-Jul-08 7:34 
AnswerRe: Problem with DLL Pin
toxcct28-Jul-08 6:31
toxcct28-Jul-08 6:31 
QuestionRe: Problem with DLL Pin
Nandu_77b29-Jul-08 0:06
Nandu_77b29-Jul-08 0:06 
AnswerRe: Problem with DLL Pin
toxcct29-Jul-08 0:23
toxcct29-Jul-08 0:23 
GeneralRe: Problem with DLL Pin
Nandu_77b29-Jul-08 0:29
Nandu_77b29-Jul-08 0:29 
GeneralRe: Problem with DLL Pin
toxcct29-Jul-08 0:31
toxcct29-Jul-08 0:31 
GeneralRe: Problem with DLL Pin
ThatsAlok29-Jul-08 0:21
ThatsAlok29-Jul-08 0:21 
GeneralRe: Problem with DLL Pin
toxcct29-Jul-08 0:24
toxcct29-Jul-08 0:24 
AnswerRe: Problem with DLL Pin
Cedric Moonen28-Jul-08 7:41
Cedric Moonen28-Jul-08 7:41 
QuestionHow to set CFileDialog file filter control (cmb1) ? Pin
Osborn28-Jul-08 4:20
Osborn28-Jul-08 4:20 
AnswerRe: How to set CFileDialog file filter control (cmb1) ? Pin
Iain Clarke, Warrior Programmer28-Jul-08 4:44
Iain Clarke, Warrior Programmer28-Jul-08 4:44 
GeneralRe: How to set CFileDialog file filter control (cmb1) ? Pin
Osborn28-Jul-08 5:11
Osborn28-Jul-08 5:11 
GeneralRe: How to set CFileDialog file filter control (cmb1) ? Pin
Iain Clarke, Warrior Programmer28-Jul-08 5:29
Iain Clarke, Warrior Programmer28-Jul-08 5:29 

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.