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
ListCtrlDlg.h
Package: CListCtrlEx.rar [view]
Upload User: sunnie
Upload Date: 2022-07-13
Package Size: 4512k
Code Size: 1k
Category:
GUI Develop
Development Platform:
Visual C++
- // ListCtrlDlg.h : header file
- //
- #pragma once
- #include "afxcmn.h"
- #include "ListCtrlEx.h"
- #include "afxwin.h"
- // CListCtrlDlg dialog
- class CListCtrlDlg : public CDialog
- {
- // Construction
- public:
- CListCtrlDlg(CWnd* pParent = NULL); // standard constructor
- BOOL InitLst();
- int m_nPos;
- // Dialog Data
- enum { IDD = IDD_LISTCTRL_DIALOG };
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- DECLARE_MESSAGE_MAP()
- public:
- CListCtrlEx m_lstCtrl;
- CButton m_btnInsertCtrl;
- CButton m_btnInsertNormal;
- afx_msg void OnBnClickedBtnInsertctrl();
- afx_msg void OnBnClickedBtnNormal();
- virtual BOOL DestroyWindow();
- afx_msg void OnSize(UINT nType, int cx, int cy);
- CButton m_btnShowBar;
- afx_msg void OnBnClickedBtnShowbar();
- afx_msg void OnBnClickedBtnShowchk();
- CButton m_btnChkBox;
- protected:
- virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
- public:
- CButton m_btnEdit;
- afx_msg void OnBnClickedBtnEdt();
- afx_msg void OnTimer(UINT_PTR nIDEvent);
- };