• 大小: 1.27 MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: 其他
  • 标签: 记事本  

资源简介

windows 记事本再熟悉不过的东西了。。。
欢迎各位测试,由于小弟技术有限,难免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


评论

共有 条评论