Jim Langston wrote:
I can't find the SendMessage ID I need to send in MSDN.
Finally found it. Button messages start with BM_
Besides messaged starting with "BM_" there are messages that start with
"BCM_". Also, thee are handy macros and functions. In order to find full
information about desired topic in MSDN you should accustom yourself to
use Contents pane. Then you'll see big picture and will be able to find
relevant information much faster than with simple search.
Always use "Sync with Table of Contents" button with off-line MSDN
library. Online library synchronizes itself automatically.
For example, full information about buttons is located here:
MSDN Library
Win32 and COM Development
User Interface
Windows Controls
Individual Control Information
Button Controls
There you'll find description of the control with usage examples and full
reference of relevant functions/macros/messages/constants.
I wish I could this "Sync with Table of Contents" button. I need it badly.
out how to do it in the MSDN that's in the VC++ .net 2003 IDE.
Also, my table of contents doesn't follow yours.