Click here to Skip to main content
15,896,118 members
Articles / Desktop Programming / MFC

How to use the res: protocol in Developer Studio

Rate me:
Please Sign up or sign in to vote.
4.65/5 (12 votes)
25 Mar 2000CPOL 86.5K   1.8K   23  
A simple MFC demo application that demonstrates using the res: protocol to use resources in your applications
// HtmlAbout.h: interface for the CHtmlAbout class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_HTMLABOUT_H__13757693_FCB3_11D3_AB6F_0050BAD05CD9__INCLUDED_)
#define AFX_HTMLABOUT_H__13757693_FCB3_11D3_AB6F_0050BAD05CD9__INCLUDED_

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

class CHtmlAbout  
{
public:
	CHtmlAbout();
	virtual ~CHtmlAbout();
public:
	static BOOL ShowAboutDialog(UINT idAboutHTMLID);

};

#endif // !defined(AFX_HTMLABOUT_H__13757693_FCB3_11D3_AB6F_0050BAD05CD9__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
Architect
India India
1993 started with Computers

BE(Computer Science) and MS (Software Systems)

Industry Experience: 10 Years

C, C++, VC++(MFC), .NET, C#, MTS, Queuing, ASP.NET, AJAX, Java, J2EE, SunOne, JMS

Banking, Insurance & Pension,Health Care

Comments and Discussions