////////////////////////////////////////////////////////////////
// If this code works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
// Compiles with Visual C++ 6.0, runs on Windows 98 and probably NT too.
//

#include "HtmlCtrl.h"

class CMmsHtmlCtrl : public CHtmlCtrl {
	virtual void OnAppCmd(LPCTSTR lpszWhere);
	virtual void OnDocumentComplete(LPCTSTR lpszURL);
	virtual void OnNavigateComplete2(LPCTSTR strURL);
	virtual BOOL PreTranslateMessage(MSG* pMsg);

	BOOL Show_Scroll();
};