资源简介
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
相关资源
- 记事本开发
- qt记事本源代码
- 一个简单的方便的日历记事本
- 用汇编语言实现的记事本
- qt记事本(含详细解释)
- Qt5.5 代码实现记事本程序 MiniText
- 安卓记事本源代码
- 人机交互电子记事本
- QT编写的电子书阅读器
- Windows记事本源代码
- 记事本.zip
- 日历记事本
- MyNotepad 1.0.0.8 (打开超大文本文件)
- 微信小程序 记事本
- Qt小-记事本notepad
- 漂亮的完整记事本 功能齐全 源码
- 仿记事本Demo
- Windows CE 5.0 文本编辑器
- qt5.5做的记事本
- 自己开发的记事本
- Qt纯代码记事本.zip
- 记事本图标
- IOS10开发的记事本
- QT_A+_记事本
- 日历记事本课设.rar
- Delphi TMemo字符串的查找完全实现
- Win32Asm小程序案例之显示行号的记事本
- 安卓大作业记事本
- 用vs2010写的记事本...高仿windows自带
- 基于Andriod平台的安卓记事本程序源码
评论
共有 条评论