#include <test3Dlg.h>
Inherits CDialog.
Collaboration diagram for Ctest3Dlg:
Public Types | |
| enum | { IDD = IDD_TEST3_DIALOG } |
Public Member Functions | |
| Ctest3Dlg (CWnd *pParent=NULL) | |
| afx_msg void | OnBnClickedButton1 () |
| afx_msg void | OnBnClickedButton2 () |
| void | httpcallback (WvStream &s, void *userdata) |
| void | tcpincallback (WvStream &s, void *userdata) |
| afx_msg void | OnBnClickedOk () |
| afx_msg void | OnEnChangeEdit1 () |
| afx_msg void | OnBnClickedButton3 () |
Public Attributes | |
| CRichEditCtrl | m_response |
| CEdit | m_url |
| CRichEditCtrl | m_received |
| CEdit | m_listenport |
| CEdit | m_conncount |
| CEdit | m_csaddr |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnSysCommand (UINT nID, LPARAM lParam) |
| afx_msg void | OnPaint () |
| afx_msg HCURSOR | OnQueryDragIcon () |
Protected Attributes | |
| HICON | m_hIcon |
| CAsyncSocket | m_socket |
|
|
Definition at line 18 of file test3Dlg.h. |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 52 of file test3Dlg.h. |
|
|
Definition at line 55 of file test3Dlg.h. |
|
|
Definition at line 26 of file test3Dlg.h. |
|
|
Definition at line 51 of file test3Dlg.h. |
|
|
Definition at line 50 of file test3Dlg.h. |
|
|
Definition at line 43 of file test3Dlg.h. |
|
|
Definition at line 36 of file test3Dlg.h. |
|
|
Definition at line 44 of file test3Dlg.h. |
1.3.6-20040222