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
dcomp.h
Package: shell.rar [view]
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:
Windows Kernel
Development Platform:
Visual C++
- #ifndef _DCOMP_H_
- #define _DCOMP_H_
- class CCompPropSheetPage : public PROPSHEETPAGE
- {
- public:
- CCompPropSheetPage(void);
- protected:
- HWND _hwnd;
- HWND _hwndLV;
- BOOL _fAllowAdd;
- BOOL _fAllowDel;
- BOOL _fAllowEdit;
- BOOL _fAllowClose;
- BOOL _fAllowReset;
- BOOL _fLaunchGallery;
- BOOL _fLaunchFolderOpt;
- static BOOL CALLBACK _DlgProc(HWND hdlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
- void _ConstructLVString(COMPONENTA *pcomp, LPTSTR pszBuf, DWORD cchBuf);
- void _AddComponentToLV(COMPONENTA *pcomp);
- void _SetUIFromDeskState(BOOL fEmpty);
- void _OnInitDialog(HWND hwnd);
- void _OnNotify(LPNMHDR lpnm);
- void _OnCommand(WORD wNotifyCode, WORD wID, HWND hwndCtl);
- void _OnDestroy();
- void _OnGetCurSel(int *piIndex);
- void _EnableControls(void);
- BOOL _VisitGallery(void);
- BOOL _VerifyFolderOptions(void);
- void _SelectComponent(LPWSTR pwszUrl);
- void _NewComponent(void);
- void _EditComponent(void);
- void _DeleteComponent(void);
- void _TryIt(void);
- };
- BOOL FindComponent(LPCTSTR pszUrl);
- void CreateComponent(COMPONENTA *pcomp, LPCTSTR pszUrl);
- #define WM_COMP_GETCURSEL (WM_USER+1)
- #endif