資源簡介
易語言5.11完美破解版使用說明:下載后先解壓縮,安裝后即是企業版注冊授權,此版本不包括知識庫和多媒體教程。修正靜態編譯問題。
代碼片段和文件信息
#include?“stdafx.h“
#include?“lib2.h“
#include?“container.h“
#include?
extern?CHandleMap*?PASCAL?afxMapHWND(BOOL?bCreate?=?FALSE);
#include?<../src/winhand_.h>
//?用作支持對其他支持庫中的窗口組件進行通知反饋。
BOOL?MReflectLastMsg?(HWND?hWndChild?LRESULT*?pResult)
{
//?get?the?map?and?if?no?map?then?this?message?does?not?need?reflection
CHandleMap*?pMap?=?afxMapHWND();
if?(pMap?==?NULL)
return?FALSE;
//?check?if?in?permanent?map?if?it?is?reflect?it?(could?be?OLE?control)
CWnd*?pWnd?=?(CWnd*)pMap->LookupPermanent(hWndChild);
ASSERT(pWnd?==?NULL?||?pWnd->m_hWnd?==?hWndChild);
if?(pWnd?==?NULL)
{
pWnd?=?(CWnd*)::SendMessage?(hWndChild?WU_GET_WND_PTR?0?0);
if?(pWnd?==?NULL)
return?FALSE;
ASSERT?(pWnd->m_hWnd?==?hWndChild);
}
//?only?OLE?controls?and?permanent?windows?will?get?reflected?msgs
ASSERT(pWnd?!=?NULL);
return?pWnd->SendChildNotifyLastMsg(pResult);
}
BOOL?MProcessNotify?(CWnd*?pWnd?WPARAM?wParam?LPARAM?lParam?LRESULT*?pResult)
{
ASSERT(pResult?!=?NULL);
NMHDR*?pNMHDR?=?(NMHDR*)lParam;
HWND?hWndCtrl?=?pNMHDR->hwndFrom;
//?get?the?child?ID?from?the?window?itself
UINT?nID?=?::GetDlgCtrlID?(hWndCtrl);
int?nCode?=?pNMHDR->code;
ASSERT(hWndCtrl?!=?NULL);
ASSERT(::IsWindow(hWndCtrl));
if?(_afxThreadState->m_hLockoutNotifyWindow?==?pWnd->m_hWnd)
return?TRUE;????????//?locked?out?-?ignore?control?notification
//?reflect?notification?to?child?window?control
if?(MReflectLastMsg(hWndCtrl?pResult))
return?TRUE;????????//?eaten?by?child
AFX_NOTIFY?notify;
notify.pResult?=?pResult;
notify.pNMHDR?=?pNMHDR;
return?pWnd->OnCmdMsg(nID?MAKELONG(nCode?WM_NOTIFY)?¬ify?NULL);
}
class?CTestCmdUI?:?public?CCmdUI
{
public:
CTestCmdUI();
public:?//?re-implementations?only
virtual?void?Enable(BOOL?bOn);
virtual?void?SetCheck(int?nCheck);
virtual?void?SetRadio(BOOL?bOn);
virtual?void?SetText(LPCTSTR);
BOOL?m_bEnabled;
};
BOOL?ProcessCommand?(CWnd*?pWnd?WPARAM?wParam?LPARAM?lParam)
{
UINT?nID?=?LOWORD(wParam);
HWND?hWndCtrl?=?(HWND)lParam;
int?nCode?=?HIWORD(wParam);
????HWND?hWndBak?=?pWnd->m_hWnd;
//?default?routing?for?command?messages?(through?closure?table)
if?(hWndCtrl?==?NULL)
{
//?zero?IDs?for?normal?commands?are?not?allowed
if?(nID?==?0)
return?FALSE;
//?make?sure?command?has?not?become?disabled?before?routing
CTestCmdUI?state;
state.m_nID?=?nID;
pWnd->OnCmdMsg(nID?CN_UPDATE_COMMAND_UI?&state?NULL);
if?(!state.m_bEnabled)
{
TRACE1(“Warning:?not?executing?disabled?command?%d\n“?nID);
return?TRUE;
}
//?menu?or?accelerator
nCode?=?CN_COMMAND;
}
else
{
//?control?notification
ASSERT(nID?==?0?||?::IsWindow(hWndCtrl));
if?(_afxThreadState->m_hLockoutNotifyWindow?==?pWnd->m_hWnd)
return?TRUE;????????//?locked?out?-?ignore?control?notification
//?reflect?notification?to?child?window?control
if?(MReflectLastMsg?(hWndCtrl?NULL)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????567??2010-10-11?01:30??易語言5.11破解版\159544386.key
?????文件????1970176??2010-10-11?01:30??易語言5.11破解版\e.exe
?????文件?????114688??2010-05-31?10:33??易語言5.11破解版\lib\BmpOperate.fne
?????文件?????102400??2010-05-31?10:33??易語言5.11破解版\lib\BmpOperate.fnr
?????文件?????352256??2010-05-31?10:33??易語言5.11破解版\lib\btdownload.fne
?????文件??????28284??2008-05-13?10:40??易語言5.11破解版\lib\CnCalendar\samples\農歷日期查詢.e
?????文件???????8575??2008-05-13?10:40??易語言5.11破解版\lib\CnCalendar\samples\農歷月歷框.e
?????文件?????262144??2010-05-31?10:33??易語言5.11破解版\lib\CnCalendar.fne
?????文件?????245760??2010-05-31?10:33??易語言5.11破解版\lib\cncnv.fne
?????文件??????69632??2010-05-31?10:33??易語言5.11破解版\lib\cnvpe.fne
?????文件????????191??2008-05-13?10:40??易語言5.11破解版\lib\Codest
?????文件?????232660??2008-05-13?10:40??易語言5.11破解版\lib\Codest
?????文件???????5272??2008-05-13?10:40??易語言5.11破解版\lib\Codest
?????文件??????11228??2008-05-13?10:40??易語言5.11破解版\lib\Codest
?????文件?????692224??2010-05-31?10:33??易語言5.11破解版\lib\Codest
?????文件?????266240??2010-05-31?10:33??易語言5.11破解版\lib\com.run
?????文件?????151552??2010-05-31?10:33??易語言5.11破解版\lib\cominf.run
?????文件??????35204??2008-05-13?10:40??易語言5.11破解版\lib\commobj\samples\commobj.e
?????文件?????114688??2010-05-31?10:33??易語言5.11破解版\lib\commobj.fne
?????文件??????69632??2010-05-31?10:33??易語言5.11破解版\lib\console.fne
?????文件?????253952??2010-05-31?10:33??易語言5.11破解版\lib\downlib.fne
?????文件???????6857??2008-05-13?10:40??易語言5.11破解版\lib\dp1\samples\保證文件不被更改.e
?????文件???????5028??2008-05-13?10:40??易語言5.11破解版\lib\dp1\samples\數字簽名鑰匙測試.e
?????文件?????131072??2010-05-31?10:33??易語言5.11破解版\lib\dp1.fne
?????文件??????79498??2008-05-13?10:40??易語言5.11破解版\lib\eapi\samples\應用接口支持庫例程.e
?????文件?????327680??2010-07-01?10:21??易語言5.11破解版\lib\eAPI.fne
?????文件?????184320??2010-05-31?10:33??易語言5.11破解版\lib\eCalc.fne
?????文件???????3474??2008-05-13?10:40??易語言5.11破解版\lib\EChartBar\samples\圖表打印.e
?????文件?????245760??2010-05-31?10:33??易語言5.11破解版\lib\EChartBar.fne
?????文件?????180224??2010-05-31?10:33??易語言5.11破解版\lib\eCompress.fne
............此處省略1006個文件信息
評論
共有 條評論