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
dpjDlg.h
Package: VC_51_communication.rar [view]
Upload User: xlxx0122
Upload Date: 2022-05-09
Package Size: 47k
Code Size: 2k
Category:
Communication
Development Platform:
Visual C++
- // dpjDlg.h : header file
- //
- //{{AFX_INCLUDES()
- #include "mscomm.h"
- //}}AFX_INCLUDES
- #if !defined(AFX_DPJDLG_H__63DF7B87_ABF5_11DC_9E48_F33602E1D261__INCLUDED_)
- #define AFX_DPJDLG_H__63DF7B87_ABF5_11DC_9E48_F33602E1D261__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CDpjDlg dialog
- class CDpjDlg : public CDialog
- {
- // Construction
- public:
- int Str2Hex(CString str, CByteArray &senddata);
- char HexChar(char c);
- CDpjDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDpjDlg)
- enum { IDD = IDD_DPJ_DIALOG };
- CEdit m_ctrlsend;
- CMSComm m_ctrlComm;
- CString m_send;
- CString m_receive;
- CString m_state;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDpjDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CDpjDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- virtual void OnOK();
- afx_msg void OnOnCommMscomm();
- virtual void OnCancel();
- afx_msg void OnSetfocusEdit1();
- DECLARE_EVENTSINK_MAP()
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DPJDLG_H__63DF7B87_ABF5_11DC_9E48_F33602E1D261__INCLUDED_)