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
RemoteC.h
Package: anywhere.zip [view]
Upload User: zhenhuadz
Upload Date: 2007-01-07
Package Size: 1511k
Code Size: 2k
Category:
Remote Control
Development Platform:
Visual C++
- #if !defined(AFX_REMOTEC_H__539404E3_F720_11D3_92E0_5254AB172F50__INCLUDED_)
- #define AFX_REMOTEC_H__539404E3_F720_11D3_92E0_5254AB172F50__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // RemoteC.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CRemoteC form view
- //#include "menutree.h"
- //#include "macbuttons.h"
- #include "flatlistctrl.h"
- #ifndef __AFXEXT_H__
- #include <afxext.h>
- #endif
- class CRemoteC : public CFormView
- {
- protected:
- CRemoteC(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CRemoteC)
- // Form Data
- public:
- //{{AFX_DATA(CRemoteC)
- enum { IDD = IDD_REMOTEVIEW };
- CFlatListCtrl m_lcList;
- //}}AFX_DATA
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CRemoteC)
- public:
- virtual void OnInitialUpdate();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- void InitList();
- virtual ~CRemoteC();
- CImageList m_imagelist;
- //CBitmap m_bitmap;
- CFont m_Font;
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- //{{AFX_MSG(CRemoteC)
- afx_msg void OnSize(UINT nType, int cx, int cy);
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnDblclkMenureport(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnRclickMenureport(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg LRESULT OnSetActive(WPARAM wParam,LPARAM lParam);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_REMOTEC_H__539404E3_F720_11D3_92E0_5254AB172F50__INCLUDED_)