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
Multy3Dlg.h
Package: MFC_Multy.rar [view]
Upload User: shenmao
Upload Date: 2014-12-06
Package Size: 238k
Code Size: 2k
Category:
Process-Thread
Development Platform:
Visual C++
- // Multy3Dlg.h : header file
- //
- #if !defined(AFX_MULTY3DLG_H__36BD4BC8_9B9A_404F_8246_E777B6F7584B__INCLUDED_)
- #define AFX_MULTY3DLG_H__36BD4BC8_9B9A_404F_8246_E777B6F7584B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CMulty3Dlg dialog
- struct threadInfo
- {
- UINT nMilliSecond;
- CProgressCtrl* pctrlProgress;
- };
- UINT ThreadFunc(LPVOID lpParam);
- class CMulty3Dlg : public CDialog
- {
- // Construction
- public:
- CMulty3Dlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CMulty3Dlg)
- enum { IDD = IDD_MULTY3_DIALOG };
- CProgressCtrl m_ctrlProgress;
- int m_nMilliSecond;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMulty3Dlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- HANDLE hThread;
- DWORD ThreadID;
- CWinThread* pThread;
- // Generated message map functions
- //{{AFX_MSG(CMulty3Dlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnStart();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MULTY3DLG_H__36BD4BC8_9B9A_404F_8246_E777B6F7584B__INCLUDED_)