Changed the script help code within MM2k13 to bring them back to our discussion forums for scripting help. Lets use this feature to post scripts and answer related questions. There is a separate forum for scripts that I have also created. Again the original script help page was disabled.
Changed the script help code within MM2k13 to bring them back to our discussion forums for scripting help. Lets use this feature to post scripts and answer related questions. There is a separate forum for scripts that I have also created. Again the original script help page was disabled.
Anton.
void CMainFrame::OnHelpScriptForum()
{
CString helppath;
helppath= "https://sourceforge.net/p/mm2k13/discussion/scripthelp/";
//"file://" + MMFileUtils::fixPath("helphtml\index.html");
ShellExecute(NULL, NULL, helppath, NULL, NULL,SW_SHOW);
}
Last edit: Anton Bolling 2013-05-11