New help finder code points them back to these forums; old help file has been disabled. Anton
void CMainFrame::OnHelpFinder() { CString helppath; helppath = "https://sourceforge.net/p/mm2k13/discussion"; //"file://" + MMFileUtils::fixPath("helphtml\index.html"); ShellExecute(NULL, NULL, helppath, NULL, NULL,SW_SHOW); }
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
New help finder code points them back to these forums; old help file has been disabled.
Anton
void CMainFrame::OnHelpFinder()
{
CString helppath;
helppath = "https://sourceforge.net/p/mm2k13/discussion";
//"file://" + MMFileUtils::fixPath("helphtml\index.html");
ShellExecute(NULL, NULL, helppath, NULL, NULL,SW_SHOW);
}