That is some good thinking. I should have posted that I "solved" this problem. First of all, it turned out that tooltips did appear every once in a while, maybe once out of 50 times that the cursor was moved over the button. In an effort to solve the problem, I started getting earlier versions of my source code out of Source Safe, and each time, the tool tips worked. Finally, I got to where there was a trivial difference between the "current" source and the source that did not work, a difference that could not matter, it seemed to me. Let me mention here that I did "rebuild all"s on the "current" version, which did not help. Finally, I checked out the current version of the code to a fresh directory. In other words, I checked out code identical to the source code which exhibited the problem. When I built the project, tool tips worked! I will say that I do not check in .dsw, .clw, or any of the "project" files, other than .dsp (well, .rc and resource.h are checked in, of course). I simply do not know. It seems so odd to me. I never did try deleting all the files from the "debug" or "release" folders, rather than just doing a rebuild all. Perhaps it was evil electrons.