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
messageb.cpp
Package: fchess_src.zip [view]
Upload User: hy11688
Upload Date: 2007-01-08
Package Size: 81k
Code Size: 1k
Category:
Chess Poker games
Development Platform:
Visual C++
- // messageb.cpp : implementation file
- //
- #include "stdafx.h"
- #include "fchess.h"
- #include "messageb.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char BASED_CODE THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CMessageBar dialog
- CMessageBar::CMessageBar(CWnd* pParent /*=NULL*/)
- {
- CDialogBar::CDialogBar();
- }
- void CMessageBar::GetSend(CString& szSend)
- {
- CWnd* pWnd=GetDlgItem(IDC_SEND);
- pWnd->GetWindowText(szSend);
- }
- void CMessageBar::SetRecv(CString& szRecv)
- {
- CWnd* pWnd=GetDlgItem(IDC_RECV);
- pWnd->SetWindowText(szRecv);
- }
- BEGIN_MESSAGE_MAP(CMessageBar, CDialogBar)
- //{{AFX_MSG_MAP(CMessageBar)
- // NOTE: the ClassWizard will add message map macros here
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CMessageBar message handlers