+ case IDTB_NOTES: + case IDTB_CONTENTS: + case IDTB_INDEX: + case IDTB_SEARCH: + case IDTB_HISTORY: + case IDTB_FAVORITES: + /* These are officially unimplemented as of the Windows 7 SDK */ + break;
Could you point me to a link on this behavior? I'm pretty sure that many of these buttons send a signal that applications can hook into and override the default (do-nothing) behavior.
Erich Hoover ehoover@mines.edu