資源簡介
VFW 視頻通話.

代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“TalkVideo.h“
#include?“ChildFrm.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CChildframe
IMPLEMENT_DYNCREATE(CChildframe?CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe?CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code?!
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?construction/destruction
CChildframe::CChildframe()
{
//?TODO:?add?member?initialization?code?here
}
CChildframe::~CChildframe()
{
}
BOOL?CChildframe::PreCreateWindow(CREATESTRUCT&?cs)
{
//?TODO:?Modify?the?Window?class?or?styles?here?by?modifying
//??the?CREATESTRUCT?cs
if(?!CMDIChildWnd::PreCreateWindow(cs)?)
return?FALSE;
cs.cx?=?640?+?8;
cs.cy?=?480?+?34;
return?TRUE;
}
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?diagnostics
#ifdef?_DEBUG
void?CChildframe::AssertValid()?const
{
CMDIChildWnd::AssertValid();
}
void?CChildframe::Dump(CDumpContext&?dc)?const
{
CMDIChildWnd::Dump(dc);
}
#endif?//_DEBUG
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?message?handlers
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1575??2015-10-29?18:03??ChildFrm.cpp
?????文件????????1397??2015-10-28?16:34??ChildFrm.h
?????文件????????2526??2015-10-29?17:58??MainFrm.cpp
?????文件????????1542??2015-10-28?16:34??MainFrm.h
?????文件????????4605??2015-10-29?18:20??PlaySound.cpp
?????文件????????2057??2015-10-29?18:20??PlaySound.h
?????文件???????????0??2015-10-29?18:11??playsound.log
?????文件????????4847??2015-10-28?16:34??ReadMe.txt
?????文件????????6247??2015-11-03?11:26??RecodeSound.cpp
?????文件????????1971??2015-11-03?11:23??RecodeSound.h
?????文件???????????0??2015-10-29?18:11??recording.log
?????目錄???????????0??2015-11-02?09:30??res\
?????文件?????????919??2015-10-30?14:15??resource.h
?????文件????????1078??2015-10-28?16:34??res\TalkVideo.ico
?????文件?????????401??2015-10-28?16:34??res\TalkVideo.rc2
?????文件????????1078??2015-10-28?16:34??res\TalkVideoDoc.ico
?????文件????????1078??2015-10-28?16:34??res\Toolbar.bmp
?????文件?????????478??2015-10-30?14:14??res\toolbar1.bmp
?????文件?????????211??2015-10-28?16:34??StdAfx.cpp
?????文件????????1309??2015-10-28?16:39??StdAfx.h
?????文件???????34480??2015-11-02?16:53??TalkVideo.aps
?????文件????????6070??2015-11-02?18:36??TalkVideo.clw
?????文件????????4538??2015-10-28?16:34??TalkVideo.cpp
?????文件????????5480??2015-11-02?18:37??TalkVideo.dsp
?????文件?????????541??2015-10-28?16:34??TalkVideo.dsw
?????文件????????1389??2015-10-28?16:34??TalkVideo.h
?????文件??????148480??2015-11-03?18:15??TalkVideo.ncb
?????文件??????143872??2015-11-03?18:15??TalkVideo.opt
?????文件????????2030??2015-11-03?18:15??TalkVideo.plg
?????文件???????15308??2015-10-30?14:15??TalkVideo.rc
?????文件????????1914??2015-10-28?16:34??TalkVideoDoc.cpp
............此處省略10個文件信息
評論
共有 條評論