?? zh.cpp
字號:
// zh.cpp: implementation of the Czh class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "手機維修工具軟件集.h"
#include "zh.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
Czh::Czh()
{
}
Czh::~Czh()
{
}
UINT Czh::ZhThread(LPVOID pParam)//工作線程
{
//AfxMessageBox("線程工作結(jié)束!");
//發(fā)送進(jìn)度條為0的消息
PostMessage(AfxGetMainWnd()->m_hWnd, WM_PRO_MSG, (WPARAM)0, 0);
return 1;
}
void Czh::run()
{
AfxBeginThread(ZhThread,this)!=NULL;//啟動線程
//AfxMessageBox("該操作為BIN文件轉(zhuǎn)SRE文件!");
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -