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
MainWnd.h
Package: VfwExample.zip [view]
Upload User: qianbin
Upload Date: 2009-10-23
Package Size: 617k
Code Size: 2k
Category:
Video Capture
Development Platform:
Visual C++
- #if !defined(AFX_MAINWND_H__A0795081_8020_11D3_9F3D_6C77__INCLUDED_)
- #define AFX_MAINWND_H__A0795081_8020_11D3_9F3D_6C77__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // MainWnd.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // MainWnd window
- #define LM_TRAY_TIP_MESSAGE 28000
- class MainWnd : public StandardWnd
- {
- private:
- HACCEL m_accelerators_key;
- CString m_tray_tip;
- // Construction
- public:
- MainWnd();
- void TrayStateSetup(int parm_command, const char *parm_tip_string);
- void OnTrayLeftButton();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(MainWnd)
- public:
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~MainWnd();
- // Generated message map functions
- protected:
- //{{AFX_MSG(MainWnd)
- afx_msg void OnPaint();
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnDestroy();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- //}}AFX_MSG
- afx_msg LRESULT OnTrayMessage(WPARAM wParam,LPARAM lParam);
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MAINWND_H__A0795081_8020_11D3_9F3D_6C77__INCLUDED_)