Click here to Skip to main content
15,893,588 members
Articles / Web Development / HTML

DHTML Editor with Table Support and Source Editor

Rate me:
Please Sign up or sign in to vote.
4.95/5 (85 votes)
14 Feb 2011CPOL15 min read 666.7K   10K   197  
A complete class encapsulating a versatile HTML editor
// DHtmlEditDemo.h : main header file for the DHTMLEDITDEMO application
//

#if !defined(AFX_DHTMLEDITDEMO_H__FC2DA8A9_F895_48C1_9DDD_EA01F62D23E6__INCLUDED_)
#define AFX_DHTMLEDITDEMO_H__FC2DA8A9_F895_48C1_9DDD_EA01F62D23E6__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"		// main symbols

/////////////////////////////////////////////////////////////////////////////
// CDHtmlEditDemoApp:
// See DHtmlEditDemo.cpp for the implementation of this class
//

class CDHtmlEditDemoApp : public CWinApp
{
public:
	CDHtmlEditDemoApp();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDHtmlEditDemoApp)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

// Implementation

	//{{AFX_MSG(CDHtmlEditDemoApp)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DHTMLEDITDEMO_H__FC2DA8A9_F895_48C1_9DDD_EA01F62D23E6__INCLUDED_)

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) ElmüSoft
Chile Chile
Software Engineer since 40 years.

Comments and Discussions