2) CodeGuru: Adding a drop arrow to a toolbar button
3) Change OnViewDropDown to use NMHDR structrue and cast it to NMTOOLBAR as follows:
void CMainFrame::OnToolbarDropDown(NMHDR* pnmtb, LRESULT *plr)
{
NMTOOLBAR* pTemp = (NMTOOLBAR*) pnmtb;
}
Simiar to here: CodeProject: Adding a drop arrow to a toolbar button. Free source code and programming help
4) Download "MS detours" package, compile, and copy detours.lib and detoured.lib to the souce directory of /fvmdll
No comments:
Post a Comment