Remember to stop FVM before reboot the machine. Otherwise, it may cause the WINDOWS to BSOD when XP is starting.
Happened twice on my workstation with WIN XP, SP2.
Showing posts with label FVM. Show all posts
Showing posts with label FVM. Show all posts
Thursday, December 11, 2008
Friday, November 7, 2008
Compile FVM using VS 2005
1) CodeGuru: BiSplitter 1.1
2) CodeGuru: Adding a drop arrow to a toolbar button
3) Change OnViewDropDown to use NMHDR structrue and cast it to NMTOOLBAR as follows:
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
Subscribe to:
Posts (Atom)