gusucode.com > 如何截取QQ密码和聊天内容、去掉QQ广告栏、添加QQ尾巴 > 如何截取QQ密码和聊天内容、去掉QQ广告栏、添加QQ尾巴/RemoteThreadMateQQ/ComboQQPeerAccount.cpp

    // ComboQQPeerAccount.cpp : implementation file
//

#include "stdafx.h"
#include "RemoteThreadMateQQ.h"
#include "ComboQQPeerAccount.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CComboQQPeerAccount

CComboQQPeerAccount::CComboQQPeerAccount()
{
	memset ( &m_tFindQQLoginInfoPara, 0, sizeof(m_tFindQQLoginInfoPara) );
}

CComboQQPeerAccount::~CComboQQPeerAccount()
{
}


BEGIN_MESSAGE_MAP(CComboQQPeerAccount, CComboBox)
	//{{AFX_MSG_MAP(CComboQQPeerAccount)
		// NOTE - the ClassWizard will add and remove mapping macros here.
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CComboQQPeerAccount message handlers

LRESULT CComboQQPeerAccount::DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam) 
{
//	ASSERT ( IsWindow(m_tFindQQLoginInfoPara.hWndQQAccount) );
//	::SendMessage ( m_tFindQQLoginInfoPara.hWndQQAccount, message, wParam, lParam );
	return CComboBox::DefWindowProc(message, wParam, lParam);
}