From: jcarlile on
I have a dialog based MFC application with a collection of edit boxes,
list boxes, radio buttons, and a CIPAddressCtrl Box. I have added
tooltips to each of these items listed above in the source code.
However, when I run the application, the tooltip does not display the
specified string (or any string) when the mouse is over the IP edit
box. Tooltips display properly for all other controls.

Does anyone know how to fix this?

Thanks!