摘要: 贴两个主要的类: winsockclient.h 1: #ifndef WINSOCKCLIENT_H 2: #define WINSOCKCLIENT_H 3: 4: #include <wx/event.h> 5: #include <wx/socket.h> 6: 7: namespace ty 8: { 9: class IWinsockClient 10: { 11: public: 12: ... 阅读全文
posted @ 2012-01-23 17:35 快乐驿站 阅读(1339) 评论(0) 推荐(0) 编辑
摘要: 下面是2个主要的类:MyMenu.h 1: #pragma once 2: 3: 4: 5: class MyMenu 6: { 7: public: 8: MyMenu(wxString text,wxImage* img,int index,wxFrame* frame); 9: virtual ~MyMenu(void); 10: 11: private: 12: wxString m_text; 13: wx... 阅读全文
posted @ 2012-01-23 16:51 快乐驿站 阅读(1386) 评论(0) 推荐(0) 编辑