Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
AsControls.h
Package: propgrid.zip [view]
Upload User: yangzi5763
Upload Date: 2007-01-02
Package Size: 239k
Code Size: 1k
Category:
ActiveX-DCOM-ATL
Development Platform:
Visual C++
- /************************************
- REVISION LOG ENTRY
- Revision By: Mihai Filimon
- Revised on 10/14/98 1:56:05 PM
- Comments: AsControls.h: interface for the CAsControls class.
- ************************************/
- #if !defined(AFX_ASCONTROLS_H__567504B9_6335_11D2_86BB_0040055C08D9__INCLUDED_)
- #define AFX_ASCONTROLS_H__567504B9_6335_11D2_86BB_0040055C08D9__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- #define PROTECTED FALSE
- #include <afxTempl.h>
- class CAsControls
- {
- public:
- virtual BOOL IsGroup(UINT id);
- virtual UINT GetID(LPCTSTR lpszAs);
- virtual LPCTSTR GetName(UINT idAs);
- CAsControls();
- virtual ~CAsControls();
- protected:
- virtual void RemoveAll();
- virtual void Add(UINT id, LPCTSTR lpszAs, BOOL bEnable = TRUE);
- CMap<UINT,UINT,CString*, CString*> m_mapControls;
- CMapStringToOb m_mapControlsString;
- };
- #endif // !defined(AFX_ASCONTROLS_H__567504B9_6335_11D2_86BB_0040055C08D9__INCLUDED_)