資源簡介
windows 記事本再熟悉不過的東西了。。。
歡迎各位測試,由于小弟技術有限,難免BUG,如有發現,請聯系我。。
369119990
歡迎各位測試,由于小弟技術有限,難免BUG,如有發現,請聯系我。。
369119990
代碼片段和文件信息
#include?
static?LOGFONT logfont;
static?HFONT hFont;
void?FormatAuto(HWND?*?hEdit)
{
PTSTR lpstrDoc;
int iLength;
HWND hParent;
RECT rect;
hParent=GetParent(*hEdit);
iLength=GetWindowTextLength(*hEdit);
lpstrDoc=(LPSTR)malloc(iLength+1);
GetWindowText(*hEditlpstrDociLength+1);
lpstrDoc[iLength]=‘\0‘;
DestroyWindow(*hEdit);
GetClientRect(hParent&rect);
*hEdit=CreateWindow(TEXT(“edit“)NULL
WS_CHILD?|?WS_VISIBLE?|?WS_VSCROLL?|?
ES_LEFT?|?ES_MULTILINE?|?ES_AUTOVSCROLL?|?ES_NOHIDESEL
rect.leftrect.toprect.rightrect.bottom
hParentNULL(HINSTANCE)?GetWindowLong?(hParentGWL_HINSTANCE)NULL);
SetWindowText(*hEditlpstrDoc);
free(lpstrDoc);
}
void?FormatNoAuto(HWND?*?hEdit)
{
PTSTR lpstrDoc;
int
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????17872??2010-04-22?13:12??jishiben\Debug\edit.obj
?????文件??????17156??2010-04-21?21:44??jishiben\Debug\file.obj
?????文件??????16376??2010-04-22?14:52??jishiben\Debug\format.obj
?????文件?????393282??2010-04-22?17:30??jishiben\Debug\jishiben.exe
?????文件?????248384??2010-04-22?17:30??jishiben\Debug\jishiben.ilk
?????文件??????30271??2010-04-22?17:30??jishiben\Debug\jishiben.obj
?????文件????3547576??2010-04-21?21:44??jishiben\Debug\jishiben.pch
?????文件?????500736??2010-04-22?17:30??jishiben\Debug\jishiben.pdb
?????文件?????168364??2010-04-22?17:23??jishiben\Debug\jishiben.res
?????文件?????140288??2010-04-22?17:46??jishiben\Debug\vc60.idb
?????文件??????77824??2010-04-22?17:30??jishiben\Debug\vc60.pdb
?????文件???????3697??2010-04-22?14:52??jishiben\format.cpp
?????文件???????4510??2010-04-22?18:17??jishiben\jishiben.dsp
?????文件????????522??2010-04-21?21:40??jishiben\jishiben.dsw
?????文件??????50176??2010-04-22?18:17??jishiben\jishiben.ncb
?????文件??????54784??2010-04-22?18:17??jishiben\jishiben.opt
?????文件????????834??2010-04-22?17:30??jishiben\jishiben.plg
?????目錄??????????0??2010-04-22?17:30??jishiben\Debug
?????目錄??????????0??2010-04-22?18:17??jishiben
-----------?---------??----------?-----??----
??????????????5272652????????????????????19
評論
共有 條評論