Click here to Skip to main content
Click here to Skip to main content

Undocumented List View Features

By , 26 May 2009
 
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "atlres.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE 
BEGIN
    "resource.h\0"
END

2 TEXTINCLUDE 
BEGIN
    "#include ""atlres.h""\r\n"
    "\0"
END

3 TEXTINCLUDE 
BEGIN
    "\0"
END

#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDR_MAINFRAME           ICON                    "res\\ListViewUndoc.ico"

/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 1,0,0,1
 PRODUCTVERSION 1,0,0,1
 FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
 FILEFLAGS 0x1L
#else
 FILEFLAGS 0x0L
#endif
 FILEOS 0x4L
 FILETYPE 0x2L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904B0"
        BEGIN
            VALUE "FileDescription", "ListViewUndoc Module"
            VALUE "FileVersion", "1, 0, 0, 1"
            VALUE "InternalName", "ListViewUndoc"
            VALUE "LegalCopyright", "Copyright 2009"
            VALUE "OriginalFilename", "ListViewUndoc.exe"
            VALUE "ProductName", "ListViewUndoc Module"
            VALUE "ProductVersion", "1, 0, 0, 1"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 1200
    END
END


/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE 
BEGIN
    IDR_MAINFRAME           "ListViewUndoc"
END

#endif    // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////


By viewing downloads associated with this article you agree to the Terms of use 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 A Public Domain dedication

About the Author

Timo Kunze
Software Developer (Junior)
Germany Germany
Member
I studied Computer Science at the Dresden University of Technology and have graduated in 2009. Currently I'm working as C++ and VB6 developer for a German software company. My main task is the development of ActiveX controls.
 
I started programming in 1996 I think, when I was 14 years old. First on a Casio CFX9850G calculator, later also on a PC. My preferred languages are Visual Basic 6, C++ and C#, but I also speak a couple of other languages.
I've advanced skills in Windows shell programming, Windows GUI programming and ActiveX control programming.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 26 May 2009
Article Copyright 2009 by Timo Kunze
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid