Click here to Skip to main content
15,895,667 members
Articles / Desktop Programming / MFC

DHTML User Interface Library

Rate me:
Please Sign up or sign in to vote.
4.75/5 (12 votes)
1 Mar 2013CPOL 276.7K   3.1K   145  
Implement an advanced DHTML user interface in your own MFC applications
//////////////////////////////////////////////////////////////////////////
// DHTMLUI Includes
//////////////////////////////////////////////////////////////////////////
// Automatically Generated by DHTMLUI Auto-Include Script
// DO NOT EDIT!
//////////////////////////////////////////////////////////////////////////

// Dummy Class for easy access to this area -- does not compile!
#ifdef _LibDummy_
class __DHTMLUI_Includes {};
#endif

//////////////////////////////////////////////////////////////////////////
// Created: 1/23/2001 8:05:05 AM


//////////////////////////////////////////////////////////////////////////
#ifndef _DHTMLUI_INCLUDES_H_INCLUDED_
#define _DHTMLUI_INCLUDES_H_INCLUDED_


//////////////////////////////////////////////////////////////////////////
// Library Includes


#include "Globals.h"
#include "HtmlDialog.h"
#include "HtmlViewEx.h"
#include "HtmlViewExSite.h"


//////////////////////////////////////////////////////////////////////////
#endif // #ifndef _DHTMLUI_INCLUDES_H_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
Help desk / Support Verint Systems, Inc.
United States United States
Ted has been programming computers since 1981 and networking them since 1984. He has been a professional technology manager and computer networking consultant for more than 20 years.

Feel free to connect with Ted on LinkedIn

Comments and Discussions